ComputerInfo.CsNumberOfLogicalProcessors 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.
Number of logical processors available on the computer
public:
property Nullable<System::UInt32> CsNumberOfLogicalProcessors { Nullable<System::UInt32> get(); };
public uint? CsNumberOfLogicalProcessors { get; }
member this.CsNumberOfLogicalProcessors : Nullable<uint32>
Public ReadOnly Property CsNumberOfLogicalProcessors As Nullable(Of UInteger)