Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.02 KB

File metadata and controls

23 lines (16 loc) · 1.02 KB

CPUID class

CPUID—CPU Identification. CPUID returns processor identification and feature information.

public sealed class CPUID

Public Members

name description
static readonly Instance Gets a unique instance of this class.
ImplementedLeafs { get; } Returns a read-only collection containing the leafs implemented in this system.
IsAvailable { get; } Gets a value that indicates whether the CPUID instruction is available for this system.
Leafs { get; } Gets a value that indicates whether the CPUID instruction is available for this system.
ProcessorName { get; } Gets a value that indicates whether the CPUID instruction is available for this system.

See Also