Contents

createCommandInstance()

Creates and returns an instance of the command object described by the receiver.

Declaration

func createCommandInstance() -> NSScriptCommand

Return Value

The command object, instantiated from NSScriptCommand or a subclass.

See Also

Creating Commands