I need to know if the server (motherboard) has more than one socket even if there is one CPU on it with the help of C#!
is there a way?
I need to know if the server (motherboard) has more than one socket even if there is one CPU on it with the help of C#!
is there a way?
You should dig into WMI. Where is plenty of articles how to access and use WMI from .net. The only problem is to find right data table.
As it seems this is not an easy (if possible) task to get this kind of information. Most certanly you can't get number of sockets if no CPU installed in all of the sockets. See this note on subject.