How to using Mono for windows to Access WMI to get hardware Id?

Posted by guaike on Stack Overflow See other posts from Stack Overflow or by guaike
Published on 2010-04-29T06:48:20Z Indexed on 2010/04/29 6:57 UTC
Read the original article Hit count: 470

Filed under:
|
|
|
|

Hi, folks

Recently,I need run my winforms App on mono for windows platform,But i am using WMI to get MAC address and CPU ID in my original code,switch to Mono for Windows,it does not working. I found that "System.Management.dll" APIs is not implemented in Mono.

How can i do?How to get CPU ID,MAC Address, Hard Disk Serial Number,and Motherboard Serial Number with out WMI?

© Stack Overflow or respective owner

Related posts about hardware-id

Related posts about c#