ProxyCommand
Class
Definition
A ProxyCommand class used to represent a Command constructed Dynamically
public sealed 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 |
| GetBegin(CommandMetadata) |
This method constructs a string representing the begin block of the command
specified by |
| GetCmdletBindingAttribute(CommandMetadata) |
This method constructs a string representing the CmdletBinding attribute 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 |