gpt4 book ai didi

c++ - 获取系统信息 UWP

转载 作者:行者123 更新时间:2023-11-28 04:52:03 24 4
gpt4 key购买 nike

我想开发通用 Windows 应用程序,它将显示系统信息,例如 RAM 容量、GPU 信息、驱动器 等等。我为 Win32 (Desktop) 应用程序使用了 WMI。在官方 UWP 文档中,我无法使用 WMI。那么如何获取这样的信息呢?谢谢。

最佳答案

which will display the system information such as RAM capacity, GPU information, Drives and so on.

对于 RAM,UWP 只能使用 MemoryManager 访问有关当前应用内存使用情况的信息。类。

对于GPU信息,目前UWP应用中没有可以直接访问GPU的API。您可能需要创建一个 UWP app with DirectX并通过 DirectX 访问信息。您可能会找到一些相关样本 here .

要访问任何一个本地驱动器,您需要使用FileOpenPicker因为 UWP 应用程序需要 File access permissions .您可以找到样本 here .

因为您已经可以在 Win32 应用程序中访问您想要的信息,您也可以尝试使用 Desktop Bridge将 Win32 桌面应用程序转换为 UWP。

关于c++ - 获取系统信息 UWP,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47984097/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com