C:\Program Files (x86)\Unity\Editor\Data\Mono\lib\mono\2.0\System.Management.dll
复制到Assets\Plugins
就能用using UnityEngine;
可是我测试类似new ManagementClass("Win32_Processor"),全部返回
“未实现”异常,不知为什么
NotImplementedException: The requested feature is not implemented.
System.Management.ManagementClass..ctor (System.String path)
http://blog.csdn.net/baozhongchao/article/details/5382596
http://blog.csdn.net/qq_18995513/article/details/60872895
http://group.cnblogs.com/topic/32913.html