ProcessorArchitecture Enumeration
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| Amd64 | A 64-bit AMD processor only. | |
| 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 (WOW) environment on a 64-bit platform. |
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 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.