SystemInformationEvent.NumberOfProcessors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of physical processors in the system. This value is retrieved from GetNativeSystemInfo.
public:
property int NumberOfProcessors { int get(); };
public:
property int NumberOfProcessors { int get(); };
public int NumberOfProcessors { get; }
member this.NumberOfProcessors : int
Public ReadOnly Property NumberOfProcessors As Integer