Instance Property インスタンスプロパティ

implementationClassName

Returns the name of the Objective-C class instantiated to implement the scripting class. スクリプティングクラスを実装するためにインスタンス化されたObjective-Cクラスの名前を返します。

Declaration 宣言

var implementationClassName: String? { get }

Return Value 戻り値

An Objective-C class name. Objective-Cクラス名。

Discussion 議論

The name returned by the className method for an instance of NSScriptClassDescription resulting from an sdef class declaration is the human-readable name for the class—that is, the name that is used in a script. To obtain the name of the Objective-C class instantiated to implement the class, use implementationClassName. sdefクラス記述からの結果のNSScriptClassDescriptionのインスタンスに対するclassNameメソッドによって返される名前は、そのクラスに対する人間に読みやすい名前 — すなわち、スクリプトにおいて使われ名前です。クラスを実装するためにインスタンス化されるObjective-Cクラスの名前を入手するには、implementationClassNameを使ってください。

See Also 参照

Getting basic information about the script class スクリプトクラスについての基盤情報を取得する