Function 関数

method_copyArgumentType

Returns a string describing a single parameter type of a method. あるメソッドのある単一のパラメータ型を記述している文字列を返します。

Declaration 宣言

char * method_copyArgumentType(Method m, unsigned int index);

Parameters パラメータ

method

The method to inspect. 調査するメソッド。

index

The index of the parameter to inspect.

Return Value 戻り値

A C string describing the type of the parameter at index index, or NULL if method has no parameter index index. You must free the string with free().

See Also 参照

Working with Methods メソッドを扱う