c# 查看带CPU和不带CPU的系统中有多少个CPU插槽?
我需要借助 C# 知道服务器(主板)是否有多个插槽,即使服务器上有一个 CPU!
有办法吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该深入研究 WMI。哪里有很多关于如何从 .net 访问和使用 WMI 的文章。唯一的问题是找到正确的数据表。
看来,获取此类信息并不是一件容易的(如果可能的话)任务。最肯定的是,如果所有插槽中都没有安装 CPU,则无法获得插槽数量。请参阅有关该主题的说明。
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.