Identifies the processor and bits-per-word of the platform targeted by an executable.
Syntax
[System.Runtime.InteropServices.ComVisible(true)]
public enum ProcessorArchitecture
Remarks
Members
Member Name | Description |
---|
Amd64 |
A 64-bit AMD processor only.
|
Arm |
An ARM processor.
|
IA64 |
A 64-bit Intel processor only.
|
MSIL |
Neutral with respect to processor and bits-per-word.
|
None |
An unknown or unspecified combination of processor and bits-per-word.
|
X86 |
A 32-bit Intel processor, either native or in the Windows on Windows environment on a 64-bit platform (WOW64).
|
Requirements
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0