ProxyCommand Class
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.
A ProxyCommand class used to represent a Command constructed Dynamically.
public ref class ProxyCommand sealed
public sealed class ProxyCommand
type ProxyCommand = class
Public NotInheritable Class ProxyCommand
- Inheritance
-
ProxyCommand
Methods
Create(CommandMetadata) |
This method constructs a string representing the command specified by |
Create(CommandMetadata, String) |
This method constructs a string representing the command specified by |
Create(CommandMetadata, String, Boolean) |
This method constructs a string representing the command specified by |
GetBegin(CommandMetadata) |
This method constructs a string representing the begin block of the command
specified by |
GetClean(CommandMetadata) |
This method constructs a string representing the clean block of the command
specified by |
GetCmdletBindingAttribute(CommandMetadata) |
This method constructs a string representing the CmdletBinding attribute of the command
specified by |
GetDynamicParam(CommandMetadata) |
This method constructs a string representing the dynamic parameter block of the command
specified by |
GetEnd(CommandMetadata) |
This method constructs a string representing the end block of the command
specified by |
GetHelpComments(PSObject) |
Construct the text that can be used in a multi-line comment for get-help. |
GetParamBlock(CommandMetadata) |
This method constructs a string representing the param block of the command
specified by |
GetProcess(CommandMetadata) |
This method constructs a string representing the process block of the command
specified by |