会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
破狼
随笔档案-2009年12月11日
使用C#获取CPU及硬盘序列号的源代码
2009-12-11 23:18 by 破狼, 2590 阅读,
收藏
,
摘要: 首先需添加对System.Management的引用。view plaincopy to clipboardprint?using System; using System.Runtime.InteropServices; using System.Management; namespace Hardware { /// <summary> /// HardwareInfo 的摘...
阅读全文
2 Comment
About