Initializer

init(commandDescription:)

Returns an a script command object initialized from the passed command description. 渡されたコマンド記述から初期化されたスクリプトコマンドオブジェクトを返します。

Declaration 宣言

init(commandDescription commandDef: NSScriptCommandDescription)

Parameters パラメータ

commandDesc

A command description for the command to be created. 作成されることになるコマンドに対するコマンド記述。

Return Value 戻り値

A newly initialized instance of NSScriptCommand or a subclass. NSScriptCommandまたはあるサブクラスの新しく初期化されたインスタンス。

Discussion 議論

To make this command object usable, you must set its receiving objects and arguments (if any) after invoking this method. このコマンドオブジェクトを使用可能にするために、あなたはそれの受け取っているオブジェクトおよび引数(もしあれば)をこのメソッドを発動する後に設定しなければなりません。

See Also 参照

Related Documentation 関連文書