Function 関数

object_getClassName

Returns the class name of a given object. 与えられたオブジェクトのクラス名を返します。

Declaration 宣言

const char * object_getClassName(id obj);

Parameters パラメータ

obj

An Objective-C object. あるObjective-Cオブジェクト。

Return Value 戻り値

The name of the class of which obj is an instance.

See Also 参照

Working with Instances インスタンスを扱う