Returns an a script command object initialized from the passed command description.
Original signature is '- (id)initWithCommandDescription:(NSScriptCommandDescription *)commandDesc'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public NSDeleteCommand( NSScriptCommandDescription commandDesc )
Public Sub New ( _ commandDesc As NSScriptCommandDescription _ )
public: NSDeleteCommand( NSScriptCommandDescription^ commandDesc )

- commandDesc (NSScriptCommandDescription)
- A command description for the command to be created.

A newly initialized instance of NSScriptCommand or a subclass.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)