windows-runtime - WinRT : how can I get type of processor (c#)

标签 windows-runtime winrt-xaml

我需要确定处理器类型是否为 ARM 处理器(用于桌面应用程序)?

最佳答案

调用GetNativeSystemInfo并测试返回的 wProcessorArchitecture 是否为 PROCESSOR_ARCHITECTURE_ARM

关于windows-runtime - WinRT : how can I get type of processor (c#),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13018564/

相关文章:

c# - Winrt Xaml Grid ROw 没有用 * 填充空间

c# - 如何将对象从 C# webapp 发送到 asp.net webapi

c# - ListView 更改 Metro Apps 中的文本大小

windows-8 - 重复入口主题过渡

winrt-xaml - WinRT : How do I set the hover over affect for a specific GridIViewtem?

c# - UWP C#/XAML : System. ArgumentException(超出预期范围)

security - 如何在 Windows 应用商店应用程序包中存储 "secret"字符串

c# - 错误 C2039 : 'Collections' : is not a member of 'Windows::Foundation'

c++ - 如何在 WinRT DLL 中使用 SQLite?

c# - 如何保护 Windows 8 应用程序中的配置数据?