The LeafBase class provides functions to analyze the properties associated with a leaf CPUID
.
public abstract class LeafBase
name | description |
---|---|
ImplementedProperties { get; } | Returns a list of implemented properties for this leaf. |
Leaf { get; } | Gets the Leaf value. |
SubLeaf { get; } | Gets the SubLeaf value. |
GetProperty(…) | Returns the value of specified property. Always returns the first appearance of the property. |
override ToString() |
name | description |
---|---|
LeafBase(…) | Initializes a new instance of the class LeafBase . |
InvokeResult { get; set; } | Gets or sets the result of executes the CPUID instruction with given leaf and optional sub-leaf. |
virtual PopulateProperties(…) | Populates the property collection for this leaf. |
- namespace iTin.Hardware.Specification.Cpuid