C # - How to get machine information

Using C #, I create a simple application for extracting machine information using the C # code itself.

So far, I have found the following libraries to help get specific information:

I still want to figure out how to get the following information:

  • CPU temperature
  • Laptop / Mobile Battery

Please share with existing .Net libraries or not, and how, please share whether additional hardware, such as software or hardware, is required.

Thank.

+4
source share

Source: https://habr.com/ru/post/1681757/


All Articles