ProcessorArchitecture 列舉
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
識別可執行檔之目標平台的處理器和每個字組的位元。
public enum class ProcessorArchitecture
C#
public enum ProcessorArchitecture
C#
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public enum ProcessorArchitecture
type ProcessorArchitecture =
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type ProcessorArchitecture =
Public Enum 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 環境中)。 |
並非所有的組合 PortableExecutableKinds 和 ImageFileMachine 描述有效的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 |