This topic has not yet been rated - Rate this topic

InstructionSetType Enumeration

Visual Studio 2008

Indicates the instruction set type of the device's CPU.

Namespace:  Microsoft.SmartDevice.Connectivity
Assembly:  Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)
public enum InstructionSetType
Member nameDescription
UnknownUnknown CPU instruction set type.
Armv4Armv4 CPU instruction set type.
Armv4fpARMV4FP CPU instruction set type.
Armv4iARMV4I CPU instruction set type.
Armv4ifpARMV4IFP CPU instruction set type.
Armv4tARMVT CPU instruction set type.
Armv4tfpARMVTFP CPU instruction set type.
Sh4SH4 CPU instruction set type.
MipsIIMIPSII CPU instruction set type.
MipsIIfpMIPSIIFP CPU instruction set type.
MipsIVMIPSIV CPU instruction set type.
MipsIVfpMIPSIVFP CPU instruction set type.
X86X86 CPU instruction set 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.