Instance Method インスタンスメソッド

getArgumentTypeAtIndex:

Returns the type encoding for the argument at a given index. 与えられたインデックスでの引数に対する型エンコーディングを返します。

Declaration 宣言

- (const char *)getArgumentTypeAtIndex:(NSUInteger)idx;

Parameters パラメータ

index

The index of the argument to get. 取得する引数のインデックス。

Return Value 戻り値

The type encoding for the argument at index. indexでの引数に対する型エンコーディング。

Discussion 議論

Indexes begin with 0. The implicit arguments self (of type id) and _cmd (of type SEL) are at indexes 0 and 1; explicit arguments begin at index 2. インデックスは、0で始まります。暗黙的な引数self(型idの)そして_cmd(型SELの)は、インデックス0と1でのものです;明示的な引数はインデックス2で始まります。

See Also 参照

Getting Information on Argument Types 引数型に関する情報を取得する