ShowCommandParameterType Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.