Cmdlet Constructor

Definition

Initializes the new instance of Cmdlet class.

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

Remarks

Only subclasses of Cmdlet can be created.

Applies to