閱讀英文版本

分享方式:


ProcessorArchitecture 列舉

定義

識別可執行檔之目標平台的處理器和每個字組的位元。

C#
public enum ProcessorArchitecture
C#
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public enum ProcessorArchitecture
繼承
ProcessorArchitecture
屬性

欄位

名稱 Description
Amd64 4

根據 x64 架構的 64 位元處理器。

Arm 5

ARM 處理器。

IA64 3

僅限 64 位元 Intel Itanium 處理器。

MSIL 1

相對於處理器和每個字組的位元而言是中性的。

None 0

處理器和每個字組的位元組合是未知或尚未指定的。

X86 2

32 位元的 Intel 處理器 (原生或位於 64 位元平台 (WOW64) 的 Windows on Windows 環境中)。

備註

並非所有的組合 PortableExecutableKindsImageFileMachine 描述有效的PE檔類型。 ProcessorArchitecture是 和 ImageFileMachine 的組合PortableExecutableKinds,描述 Managed 程式代碼的有效 PE 檔類型。

適用於

產品 版本
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 1.3, 1.4, 1.5, 1.6, 2.0, 2.1
UWP 10.0