Get hardware Info

前端 未结 1 383
孤独总比滥情好
孤独总比滥情好 2020-12-19 17:16

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

相关标签:
1条回答
  • 2020-12-19 17:53

    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.

    0 讨论(0)
提交回复
热议问题