| IndividualProcessorStatusCpuId Property |
Gets the identifier for this processor.
Namespace:
Ookii.Jumbo
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public int CpuId { get; }
Public ReadOnly Property CpuId As Integer
Get
public:
property int CpuId {
int get ();
}
member CpuId : int with get
Property Value
Type:
Int32
The CPU identifier, or -1 if this instance represents the combined statistics for all processors.
See Also