ProxyCommand.GetBegin(CommandMetadata) Method

Definition

This method constructs a string representing the begin block of the command specified by commandMetadata. The returned string only contains the script, it is not enclosed in "begin { }".

public:
 static System::String ^ GetBegin(System::Management::Automation::CommandMetadata ^ commandMetadata);
public static string GetBegin (System.Management.Automation.CommandMetadata commandMetadata);
static member GetBegin : System.Management.Automation.CommandMetadata -> string
Public Shared Function GetBegin (commandMetadata As CommandMetadata) As String

Parameters

commandMetadata
CommandMetadata

An instance of CommandMetadata representing a command.

Returns

A string representing the begin block of the command.

Exceptions

commandMetadata is null.

Applies to