Function 関数

sel_getName

Returns the name of the method specified by a given selector. 与えられたセレクタによって指定されたメソッドの名前を返します。

Declaration 宣言

const char * sel_getName(SEL sel);

Parameters パラメータ

aSelector

A pointer of type SEL. Pass the selector whose name you wish to determine.

Return Value 戻り値

A C string indicating the name of the selector.

See Also 参照

Working with Selectors セレクタを扱う