ShowCommandParameterType Constructors

Definition

Overloads

Name Description
ShowCommandParameterType(PSObject)

Initializes a new instance of the ShowCommandParameterType class with the specified Type.

ShowCommandParameterType(Type)

Initializes a new instance of the ShowCommandParameterType class with the specified Type.

ShowCommandParameterType(PSObject)

Initializes a new instance of the ShowCommandParameterType class with the specified Type.

public ShowCommandParameterType(System.Management.Automation.PSObject other);
new Microsoft.PowerShell.Commands.ShowCommandExtension.ShowCommandParameterType : System.Management.Automation.PSObject -> Microsoft.PowerShell.Commands.ShowCommandExtension.ShowCommandParameterType
Public Sub New (other As PSObject)

Parameters

other
PSObject

The object to wrap.

Applies to

ShowCommandParameterType(Type)

Initializes a new instance of the ShowCommandParameterType class with the specified Type.

public ShowCommandParameterType(Type other);
new Microsoft.PowerShell.Commands.ShowCommandExtension.ShowCommandParameterType : Type -> Microsoft.PowerShell.Commands.ShowCommandExtension.ShowCommandParameterType
Public Sub New (other As Type)

Parameters

other
Type

The object to wrap.

Applies to