ProcessorArchitecture Enumeration
.NET Framework 3.0
Identifies the processor and bits-per-word of the platform targeted by an executable.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public Enumeration ProcessorArchitecture 'Usage Dim instance As ProcessorArchitecture
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public enum ProcessorArchitecture
SerializableAttribute ComVisibleAttribute(true) public enum ProcessorArchitecture
| 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 Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: