ProcessorArchitecture Enumeration
.NET Framework (current version)
Identifies the processor and bits-per-word of the platform targeted by an executable.
Assembly: mscorlib (in mscorlib.dll)
| 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). |
Not all combinations of PortableExecutableKinds and ImageFileMachine describe valid PE file types. ProcessorArchitecture is the set of combinations of PortableExecutableKinds and ImageFileMachine that describe valid PE file types for managed code.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: