ProcessorArchitecture Enumeration
.NET Framework 4.5
Identifies the processor and bits-per-word of the platform targeted by an executable.
Namespace: System.Reflection
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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.