Processor.NumberOfCores Property

Definition

Number of cores for the current instance of the processor.

public:
 property Nullable<System::UInt32> NumberOfCores { Nullable<System::UInt32> get(); };
public uint? NumberOfCores { get; }
member this.NumberOfCores : Nullable<uint32>
Public ReadOnly Property NumberOfCores As Nullable(Of UInteger)

Property Value

Remarks

A core is a physical processor on the integrated circuit

Applies to