ProxyCommand.GetParamBlock
Method
Definition
This method constructs a string representing the param block of the command
specified by commandMetadata. The returned string only contains the
parameters, it is not enclosed in "param()".
public static string GetParamBlock (System.Management.Automation.CommandMetadata commandMetadata);
Parameters
- commandMetadata
- CommandMetadata
An instance of CommandMetadata representing a command.
Returns
A string representing the parameters of the command.
Exceptions
commandMetadata is null.