Click or drag to resize

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; }

Property Value

Type: Int32
The cores.

Implements

IProcessorInfoCores
See Also