Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 2.32 KB

iTin.Hardware.Specification.Cpuid.md

File metadata and controls

24 lines (19 loc) · 2.32 KB

iTin.Hardware.Specification.Cpuid assembly

iTin.Hardware.Specification namespace

public type description
class CPUID CPUID—CPU Identification. CPUID returns processor identification and feature information.

iTin.Hardware.Specification.Cpuid namespace

public type description
struct CpuidLeafContent Defines the content of a leaf.
class CpuidLeafDictionary Represents a dictionary for keys Leaf and values CpuidSubLeafCollection.
class CpuidPropertiesTable Specialization of the BasePropertiesTable class that stores the available properties for each data table.
class CpuidSubLeafCollection Represents a read-only collection of objects LeafBase.
class CpuidSubLeafDictionary Represents a dictionary for keys SubLeaf and values PropertyItem.
enum Leaf Defines the known leaf values
abstract class LeafBase The LeafBase class provides functions to analyze the properties associated with a leaf CPUID.
static class LeafProperty Defines available keys for the available leafs of a system.
class QuerySubLeafPropertyCollectionResult Specialization of ResultBase interface. Where T is CpuidSubLeafDictionary. Represents result after query operation.
enum SubLeaf Defines the known leaf values