func classDescription (withAppleEventCode : FourCharCode) -> NSScriptClassDescription?
Returns the class description associated with the given four-character Apple event code,
code
.
与えられた4文字アップルイベントコード、code
と結び付けられたクラス記述を返します。
func register(NSScriptClassDescription)
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
を、それをスイートごとの内部辞書にクラス名の下で格納することによって登録します。