搜索资源列表
CPUTemperature
- 使用wmi对象查询usb口 另外也可以使用GetDriveType()这个传统的api来实现Int32 cpuTemp = GetCPUTemperature() Console.WriteLine("CPU Temperature: {0}C/{1:F0}F", cpuTemp, Fahrenheit(cpuTemp)) Int32 mbTemp = GetMBTemperature() Console.WriteLine("Motherboard Temperat
获取CPU温度
- 非wmi方式,使用WINO驱动获取获取CPU温度!