SystemInfo.InstructionSet Property

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

See Also

Reference

SystemInfo Class

SystemInfo Members

Microsoft.SmartDevice.Connectivity Namespace