如何在c/c++/vb.net/c#中获取CPU温度?

发布于 2024-08-18 18:42:09 字数 214 浏览 3 评论 0原文

如何使用 c/c++/vb.net/c# 获取 CPU 温度?我已经找到了此链接 Get CPUTemperature in .Net,但我不确定它是否真的有效。

我还想知道除了使用 wmi 查询之外是否还有其他方法。

How can I get the cpu temperature using c/c++/vb.net/c# ? I already found this link Get CPU Temperature in .Net, but I'm not sure if it really works.

Also I would like to know if there is a way other than using wmi queries.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

腹黑女流氓 2024-08-25 18:42:09

它可以通过 WMI 在您的代码中完成。我找到了一个来自 Microsoft 的工具,可以为其创建代码。

WMI Code Creator 工具允许您生成 VBScript、C# 和 VB
使用 WMI 完成查询等管理任务的 .NET 代码
对于管理数据,执行 WMI 类的方法,或接收
使用 WMI 的事件通知。

您可以在此处下载它。

It can be done in your code via WMI. I've found a tool from Microsoft that creates code for it.

The WMI Code Creator tool allows you to generate VBScript, C#, and VB
.NET code that uses WMI to complete a management task such as querying
for management data, executing a method from a WMI class, or receiving
event notifications using WMI.

You can download it here.

烟酉 2024-08-25 18:42:09

似乎不可能使用 Win32_TemperatureProbe wmi 类,至少当我查询它时我什么也没得到,这似乎很常见。

我发现有人为检索信息而编写的这个自定义 C# 驱动程序:

http://Temperature.myweb.hinet。 net/index_en.htm

它包含源代码。

It does not appear possible to use the Win32_TemperatureProbe wmi class, at least when I query it I get nothing back, and this appears to be common.

I found this custom c# driver someone wrote for retrieving the information:

http://temperature.myweb.hinet.net/index_en.htm

It includes the source code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文