How to get hardware information of a system using c# code?
+4
A:
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#.
Kirtan
2009-05-26 04:20:07
+1 for WMI, I do it from PowerShell quite a bit.
Bratch
2009-05-26 05:02:55