CPUID—CPU Identification. CPUID returns processor identification and feature information.
public sealed class CPUID
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. |
- namespace iTin.Hardware.Specification