Function 関数

class_getName

Returns the name of a class. あるクラスの名前を返します。

Declaration 宣言

const char * class_getName(Class cls);

Parameters パラメータ

cls

A class object. あるクラスオブジェクト。

Return Value 戻り値

The name of the class, or the empty string if cls is Nil.

See Also 参照

Working with Classes クラスを扱う