ILNumerics Ultimate VS

WMIProcessorNumberOfCores Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
The NumberOfCores property contains a Processor's total number of cores. e.g dual core machine will have NumberOfCores = 2.

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.Misc
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public Nullable<uint> NumberOfCores { get; }

Property Value

Type: NullableUInt32
Remarks

[ILNumerics Core Module]

See Also

Reference