SignatureCommandsBase(String) Constructor

Definition

Initializes a new instance of the SignatureCommandsBase class, using the given command name.

protected:
 SignatureCommandsBase(System::String ^ name);
protected:
 SignatureCommandsBase(Platform::String ^ name);
 SignatureCommandsBase(std::wstring const & name);
protected SignatureCommandsBase (string name);
new Microsoft.PowerShell.Commands.SignatureCommandsBase : string -> Microsoft.PowerShell.Commands.SignatureCommandsBase
Protected Sub New (name As String)

Parameters

name
String

The name of the command.

Applies to