Hi guys,
I'm trying to use the Open Hardware Monitor library to read some values about the hardware. I know that I could run directly OpenHardwareMonitor.exe and read from WMI but I want to use the library.
It is written in C# but I've read from >this topic I can use RegAsm to register the types i...