CPU temperature monitoring

后端 未结 3 1693
小鲜肉
小鲜肉 2020-12-01 06:49

For a programming project I would like to access the temperature readings from my CPU and GPUs. I will be using C#. From various forums I get the impression that there is sp

3条回答
  •  既然无缘
    2020-12-01 07:07

    The best way to go for hardware related coding on windows is by using WMI which is a Code Creator tool from Microsoft, the tool will create the code for you based on what you are looking for in hardware related data and what .Net language you want to use.

    The supported langauges currently are: C#, Visual Basic, VB Script.

提交回复
热议问题