Current CPU temperature API method
If WMI haven't been exposed special property, how can I get that property?
As you know ,WMI gets its objects, by execute privilege instruction in kernel level such as API, how can access these methods?
I want to show current CPU temperature by C#.net.
Are there any API method which are accessible in C#?

