ProcessorInfoArchitecture Property |
Win32_Processor: AddressWidth: On a 32-bit operating system, the value is 32
and on a 64-bit operating system it is 64.
Namespace:
Xcalibur.Models.Hardware.Processor
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public string Architecture { get; set; }
<DataMemberAttribute>
Public Property Architecture As String
Get
Set
public:
[DataMemberAttribute]
virtual property String^ Architecture {
String^ get () sealed;
void set (String^ value) sealed;
}
[<DataMemberAttribute>]
abstract Architecture : string with get, set
[<DataMemberAttribute>]
override Architecture : string with get, set
Property Value
Type:
String
The architecture.
Implements
IProcessorInfoArchitectureSee Also