ProcessorArchitecture Enumeration

Specifies the type of microprocessor used by the hardware device.

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)

Syntax

[SerializableAttribute]
public enum ProcessorArchitecture

Members

  Member name Description
Amd64 A value that specifies 62-bit AMD microprocessors.
IA64 A value that specifies 64-bit Intel and compatible microprocessors.
MSIL A value that specifies the Microsoft common language runtime (CLR) intermediate language (IL).
None A value that indicates that the microprocessor is unspecified.
X86 A value that specifies Intel x86 and compatible microprocessors.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

System.Reflection Namespace