PSCmdlet Constructor

Definition

Initializes the new instance of PSCmdlet class.

protected:
 PSCmdlet();
protected:
 PSCmdlet();
 PSCmdlet();
protected PSCmdlet ();
Protected Sub New ()

Remarks

Only subclasses of Cmdlet can be created.

Applies to