ProcessorArchitectureType Enumeration
Visual Studio 2008
Indicates the device's processor architecture type.
Assembly: Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)
| Member name | Description | |
|---|---|---|
| Intel | Intel x86 architecture type. | |
| Mips | Microprocessor without Interlocked Pipeline Stages (MIPS) architecture type. | |
| Alpha | Alpha microprocessor architecture type originally developed by Digital Equipment Corp. | |
| PowerPC | PowerPC microprocessor architecture type. | |
| ShX | ShX microprocessor architecture type. | |
| Arm | ARM microprocessor architecture type. | |
| Ia64 | IA64 microprocessor architecture type originally developed by Intel. | |
| Alpha64 | Alpha64 microprocessor architecture type. | |
| Unknown | Unknown microprocessor architecture type. |
This enumeration is used as a public property in the SystemInfo class which gets populated when the GetSystemInfo method is called.