createCommandInstance(with:)
Creates and returns an instance of the command object described by the receiver in the specified memory zone.
Declaration
func createCommandInstance(with zone: NSZone? = nil) -> NSScriptCommandParameters
- zone:
The memory zone from which to allocate the command.
Return Value
The command object, instantiated from NSScriptCommand or a subclass.