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.
Gets or sets the instruction set type supported by the device's CPU.
Namespace: Microsoft.SmartDevice.Connectivity
Assembly: Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)
Syntax
'Declaration
Public Property InstructionSet As InstructionSetType
'Usage
Dim instance As SystemInfo
Dim value As InstructionSetType
value = instance.InstructionSet
instance.InstructionSet = value
public InstructionSetType InstructionSet { get; set; }
public:
property InstructionSetType InstructionSet {
InstructionSetType get ();
void set (InstructionSetType value);
}
public function get InstructionSet () : InstructionSetType
public function set InstructionSet (value : InstructionSetType)
Property Value
Type: Microsoft.SmartDevice.Connectivity.InstructionSetType
The instruction set type supported by the device's CPU.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.