public type | description |
---|---|
class CPUID | CPUID—CPU Identification. CPUID returns processor identification and feature information. |
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 |