This topic has not yet been rated - Rate this topic

ProcessorArchitectureType Enumeration

Visual Studio 2008

Indicates the device's processor architecture type.

Namespace:  Microsoft.SmartDevice.Connectivity
Assembly:  Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)
public enum ProcessorArchitectureType
Member nameDescription
IntelIntel x86 architecture type.
MipsMicroprocessor without Interlocked Pipeline Stages (MIPS) architecture type.
AlphaAlpha microprocessor architecture type originally developed by Digital Equipment Corp.
PowerPCPowerPC microprocessor architecture type.
ShXShX microprocessor architecture type.
ArmARM microprocessor architecture type.
Ia64IA64 microprocessor architecture type originally developed by Intel.
Alpha64Alpha64 microprocessor architecture type.
UnknownUnknown microprocessor architecture type.

This enumeration is used as a public property in the SystemInfo class which gets populated when the GetSystemInfo method is called.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.