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

register(_:)

Registers class description classDescription for use by Cocoa’s built-in scripting support by storing it in a per-suite internal dictionary under the class name. Cocoaのもつ組み込みスクリプティングサポートによって使うためのクラス記述classDescriptionを、それをスイートごとの内部辞書にクラス名の下で格納することによって登録します。

Declaration 宣言

func register(_ classDescription: NSScriptClassDescription)

See Also 参照

Getting and Registering Class Descriptions クラス記述の取得と登録

Related Documentation 関連文書