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

commandClassName

Returns the name of the class that will be instantiated to handle the command. コマンドを取り扱うためにインスタンス化されるクラスの名前を返します。

Declaration 宣言

var commandClassName: String { get }

Return Value 戻り値

The Objective-C class name (for example, "NSGetCommand"). This is always NSScriptCommand or a subclass. Objective-Cクラス名(例えば、"NSGetCommand")。これは、常にNSScriptCommandまたはサブクラスです。

See Also 参照

Getting Basic Information About the Command コマンドについての基本情報を取得する