Skip to content

Latest commit

 

History

History
84 lines (58 loc) · 3.73 KB

GetCpuidPropertyDetailCmdlet.md

File metadata and controls

84 lines (58 loc) · 3.73 KB

GetCpuidPropertyDetailCmdlet class

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.

The value of the property Property must be obtained by calling the Get-CpuidProperty, for more information see the help for the Get-CpuidProperty and the sample examples below.

public class GetCpuidPropertyDetailCmdlet : Cmdlet

Public Members

name description
GetCpuidPropertyDetailCmdlet() The default constructor.
Property { get; set; } Gets or sets a value that contains the property information.

Protected Members

name description
override ProcessRecord() Process the command.

Examples

The output may be different (depending on your system)</