func createCommandInstance (with: NSZone?) -> NSScriptCommand
Creates and returns an instance of the command object described by the receiver in the specified memory zone.
レシーバによって記述されるコマンドオブジェクトのインスタンスを、この指定されたメモリ領域において作成して返します
Availability 有効性
Technology
func createCommandInstance() -> NSScriptCommand
The command object, instantiated from NSScript
or a subclass.
コマンドオブジェクト、NSScript
またはサブクラスからインスタンス化されます。
func createCommandInstance (with: NSZone?) -> NSScriptCommand