gpt4 book ai didi

c# - 如何检测我们在 .NET 中运行在 ARM64 版本的 Windows 10 下?

转载 作者:行者123 更新时间:2023-12-04 15:49:32 25 4
gpt4 key购买 nike

我创建了一个 C# .NET 控制台应用程序,它可以在 Windows 10 x86、x64 和 ARM64(通过模拟器层)中运行。

我想知道如何检测应用程序是否在这些平台上运行。我知道如何检测 x86 和 x64,但是如何检测应用程序是否在 ARM64 中运行 ?

这是运行到我的 ARM64 系统中的 Visual Studio 的快照。你可以看到它被检测为X86

enter image description here

最佳答案

您将能够通过使用来检测处理器架构

System.Runtime.InteropServices.RuntimeInformation.ProcessArchitecture

然后将返回 Architecure枚举: https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.architecture?view=netstandard-2.0

关于c# - 如何检测我们在 .NET 中运行在 ARM64 版本的 Windows 10 下?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54456140/

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