Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the instruction set type of the device's CPU.
Namespace: Microsoft.SmartDevice.Connectivity
Assembly: Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)
Syntax
'Declaration
Public Enumeration InstructionSetType
'Usage
Dim instance As InstructionSetType
public enum InstructionSetType
public enum class InstructionSetType
public enum InstructionSetType
Members
Member name | Description | |
---|---|---|
Unknown | Unknown CPU instruction set type. | |
Armv4 | Armv4 CPU instruction set type. | |
Armv4fp | ARMV4FP CPU instruction set type. | |
Armv4i | ARMV4I CPU instruction set type. | |
Armv4ifp | ARMV4IFP CPU instruction set type. | |
Armv4t | ARMVT CPU instruction set type. | |
Armv4tfp | ARMVTFP CPU instruction set type. | |
Sh4 | SH4 CPU instruction set type. | |
MipsII | MIPSII CPU instruction set type. | |
MipsIIfp | MIPSIIFP CPU instruction set type. | |
MipsIV | MIPSIV CPU instruction set type. | |
MipsIVfp | MIPSIVFP CPU instruction set type. | |
X86 | X86 CPU instruction set type. |
Remarks
This enumeration is used as a public property in the SystemInfo class which gets populated when the GetSystemInfo method is called.