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

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. コマンドオブジェクト、NSScriptCommandまたはサブクラスからインスタンス化されます。

See Also 参照

Creating Commands コマンドを取得する