IProcessorInfoCores 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 Property Cores As Integer
Get
Set
property int Cores {
int get ();
void set (int value);
}
abstract Cores : int with get, set
Property Value
Type:
Int32
The cores.
See Also