ProcessorInfoCores Property |
Win32_Processor: NumberOfCores: Number of logical processors for the current instance of
the processor. For processors capable of hyperthreading, this value includes only the
processors which have hyperthreading enabled.
Namespace:
Xcalibur.Models.Hardware.Processor
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax [DataMemberAttribute]
public int Cores { get; set; }
<DataMemberAttribute>
Public Property Cores As Integer
Get
Set
public:
[DataMemberAttribute]
virtual property int Cores {
int get () sealed;
void set (int value) sealed;
}
[<DataMemberAttribute>]
abstract Cores : int with get, set
[<DataMemberAttribute>]
override Cores : int with get, set
Property Value
Type:
Int32
The cores.
Implements
IProcessorInfoCoresSee Also