Instance Method インスタンスメソッド

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) -> NSScriptCommand

Parameters パラメータ

zone

The memory zone from which to allocate the command. それからコマンドをアロケートすることになるメモリ領域。

Return Value 戻り値

The command object, instantiated from NSScriptCommand or a subclass. コマンドオブジェクト、NSScriptCommandまたはサブクラスからインスタンス化されます。

See Also 参照

Creating Commands コマンドを取得する