ShowCommandParameterInfo Class

Definition

Implements a facade around ShowCommandParameterInfo and its deserialized counterpart.

public class ShowCommandParameterInfo
type ShowCommandParameterInfo = class
Public Class ShowCommandParameterInfo
Inheritance
ShowCommandParameterInfo

Constructors

Name Description
ShowCommandParameterInfo(CommandParameterInfo)

Initializes a new instance of the ShowCommandParameterInfo class with the specified CommandParameterInfo.

ShowCommandParameterInfo(PSObject)

Initializes a new instance of the ShowCommandParameterInfo class. Creates an instance of the ShowCommandParameterInfo class based on a PSObject object.

Properties

Name Description
HasParameterSet

Gets whether the parameter has a parameter set.

IsMandatory
Name

Gets the name of the parameter.

ParameterType

Gets the type of the parameter.

Position

Gets the position in which the parameter can be specified on the command line if not named. If the returned value is int.MinValue then the parameter must be named.

ValidParamSetValues

The possible values of this parameter.

ValueFromPipeline

Gets whether the parameter can take values from the incoming pipeline object.

Applies to