Type Method 型メソッド

instanceMethodSignatureForSelector:

Returns an NSMethodSignature object that contains a description of the instance method identified by a given selector.

Declaration 宣言

+ (NSMethodSignature *)instanceMethodSignatureForSelector:(SEL)aSelector;

Parameters パラメータ

aSelector

A Selector that identifies the method for which to return the implementation address.

Return Value 戻り値

An NSMethodSignature object that contains a description of the instance method identified by aSelector, or nil if the method can’t be found.

See Also 参照

Obtaining Information About Methods メソッドについての情報の取得