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

className

Returns the name of the class the receiver describes, as provided at initialization time. レシーバが記述するクラスの名前を、初期化時に提供されたとおりに返します。

Declaration 宣言

var className: String? { get }

Return Value 戻り値

A class name. This may be either the human-readable name for the class—that is, the name that is used in a script—or the name of the Objective-C class that is instantiated to implement the class. To reliably obtain the implementation name, use implementationClassName. あるクラス名。これは、そのクラスに対する人間が読みやすい名前 — すなわち、スクリプトの中で使われる名前 — またはそのクラスを実装するためにインスタンス化されるObjective-Cクラスのどちからかでしょう。確かな筋から実装名を入手するには、implementationClassNameを使ってください。

See Also 参照

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