ProcessorArchitecture 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
識別可執行檔之目標平台的處理器和每個字組的位元。
public enum class ProcessorArchitecture
public enum ProcessorArchitecture
[System.Runtime.InteropServices.ComVisible(true)]
[System.Serializable]
public enum ProcessorArchitecture
type ProcessorArchitecture =
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Serializable>]
type ProcessorArchitecture =
Public Enum ProcessorArchitecture
- 繼承
- 屬性
欄位
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 檔類型。