Library for collecting PC hardware/OS info

心已入冬 提交于 2019-12-10 11:15:04

问题


Are there any free or opensource library for collecting PC hardware and operating system information like PC Wizard's System Information Dev Kit does? I would like to prefer .NET assembly or native dll (so I can use it's functions through PInvoke), but Java one is fine too.


回答1:


Have you tried WMI

You can obtain probably all the information you want about the hardware and OS.



来源:https://stackoverflow.com/questions/12365380/library-for-collecting-pc-hardware-os-info

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