Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 2.55 KB

iPowerShellCpuid.md

File metadata and controls

30 lines (23 loc) · 2.55 KB

iPowerShellCpuid assembly

PowerShellCpuid.CmdLets namespace

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.

PowerShellCpuid.CmdLets.Results namespace

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.

PowerShellCpuid.Helpers namespace

public type description
static class CreatorHelper Static class for handle CPUID properties.