CPU-Temperature with C#?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi! Has anyone an idea how i can get the cpu temperature with c#? I am going to develop a kind of hardware monitor. Thx. --== BINARY VICTORY ==--
-
Hi! Has anyone an idea how i can get the cpu temperature with c#? I am going to develop a kind of hardware monitor. Thx. --== BINARY VICTORY ==--
There is a Win32_TemperatureProbe class in the WMI hierarchy that looks interesting, you can get to it via the System.Management namespace. I have never played with tracking down the CPU temp, so I could be off the mark here. Regards