ILNumerics Ultimate VS

WMIProcessorNumberOfLogicalProcessors Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
The NumberOfLogicalProcessors property specifies the total number of logical processors. This typically corresponds to "System.Environment.ProcessorCount".

[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> NumberOfLogicalProcessors { get; }

Property Value

Type: NullableUInt32
Remarks

[ILNumerics Core Module]

See Also

Reference