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