Function 関数

method_getDescription

Returns a method description structure for a specified method. 指定されたメソッドに対するメソッド記述構造体を返します。

Declaration 宣言

struct objc_method_description * method_getDescription(Method m);

Parameters パラメータ

m

The method you want to inquire about. あなたがそれについて尋ねたいメソッド。

Return Value 戻り値

An objc_method_description structure that describes the method specified by m.

See Also 参照

Working with Methods メソッドを扱う