| public type | description |
|---|---|
| class GetCpuidImplementedLeafsCmdlet | Returns a collection of elements where each element represents an implemented leaf. |
| class GetCpuidImplementedPropertiesCmdlet | Returns a collection of elements where each element represents an implemented property for given leaf, optionally you can specify the subleaf. |
| class GetCpuidIsAvailableCmdlet | Returns a value that indicates whether this system supports the CPUID instruction. |
| class GetCpuidLocatePropertyCmdlet | Returns a value that contains the location or locations of the cpuid property by its name. |
| class GetCpuidPropertyCmdlet | Returns a reference that contains the information associated with the given property such as the key that identifies the property and its value. |
| class GetCpuidPropertyDetailCmdlet | Returns a reference that contains the complete data of the given property, includes its name, value, unit in which the property is expressed, description and leaf to which it belongs. |
| class GetCpuidSubLeafsCmdlet | Returns all implemented sub-leafs for the given leaf. |
| public type | description |
|---|---|
| class LeafResult | Class that defines the Leaf query consult. |
| class PropertyDefinitionResult | Class that defines the location of a CPUID property. |
| class PropertyDetailResult | Class that defines the detail of a CPUID property. |
| class SubLeafResult | Class that defines the SubLeaf query consult. |
| public type | description |
|---|---|
| static class CreatorHelper | Static class for handle CPUID properties. |