Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.39 KB

File metadata and controls

31 lines (22 loc) · 1.39 KB

LeafBase class

The LeafBase class provides functions to analyze the properties associated with a leaf CPUID.

public abstract class LeafBase

Public Members

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()

Protected Members

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.

See Also