close
using System.Management;

 

ManagementClass mc = new ManagementClass("Win32_Processor");
ManagementObjectCollection moc = mc.GetInstances();
String strCpuID = null;
foreach (ManagementObject mo in moc)
{
strCpuID = mo.Properties["ProcessorId"].Value.ToString();
this.label1.Text = strCpuID;
break;
}

----------------------------------------------------------------------------------------------------------------

ShineingShare

在台灣的高速雲端
完全免費

不須註冊帳號

無限檔案空間
無下載流量限制
網站 : http://www.shineingshare.com/

arrow
arrow
    文章標籤
    C#
    全站熱搜
    創作者介紹
    創作者 Roy Lai 的頭像
    Roy Lai

    Roy Lai

    Roy Lai 發表在 痞客邦 留言(0) 人氣()