SystemInfo.ProcessorArchitecture Property
Gets or sets the processor architecture type of the device's CPU.
Namespace: Microsoft.SmartDevice.Connectivity
Assembly: Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)
Syntax
'Declaration
Public Property ProcessorArchitecture As ProcessorArchitectureType
'Usage
Dim instance As SystemInfo
Dim value As ProcessorArchitectureType
value = instance.ProcessorArchitecture
instance.ProcessorArchitecture = value
public ProcessorArchitectureType ProcessorArchitecture { get; set; }
public:
property ProcessorArchitectureType ProcessorArchitecture {
ProcessorArchitectureType get ();
void set (ProcessorArchitectureType value);
}
public function get ProcessorArchitecture () : ProcessorArchitectureType
public function set ProcessorArchitecture (value : ProcessorArchitectureType)
Property Value
Type: Microsoft.SmartDevice.Connectivity.ProcessorArchitectureType
The processor architecture type of 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.