This topic has not yet been rated - Rate this topic

Cmdlet Constructor

Creates a new Cmdlet object.


Namespace: System.Management.Automation
Assembly: System.Management.Automation (in System.Management.Automation.dll)
'Usage
Dim instance As New Cmdlet
protected Cmdlet ()
protected Cmdlet ()
protected function Cmdlet ()

This is a protected constructor that can be called from all classes that derive from the Cmdlet class.

For more information about cmdlets, see Windows PowerShell Cmdlets.


 

Target Platforms

Windows Developer Preview, Windows Server Developer Preview

Send comments about this topic to Microsoft.
© 2013 Microsoft. All rights reserved.