Get hardware Info

北城以北 提交于 2019-11-28 04:41:57

问题


How to get hardware information of a system using c# code?


回答1:


You can use the System.Management namespace for retrieving the hardware information of a machine using C#.

Here's an article for retrieving hardware information in C#.

And here's a list of WMI classes.



来源:https://stackoverflow.com/questions/908902/get-hardware-info

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!