numberOfArguments
The number of arguments recorded in the receiver.
レシーバにおいて記録された引数の数。
frameLength
The number of bytes that the arguments, taken together, occupy on the stack.
引数それらが、一緒にされて、スタック上で占有するバイト数。
Availability 有効性
Technology
- (const char *)getArgumentTypeAtIndex:(NSUInteger
)idx;
index
The index of the argument to get. 取得する引数のインデックス。
The type encoding for the argument at index
.
index
での引数に対する型エンコーディング。
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で始まります。
Important 重要
If index
exceeds the number of arguments, NSInvalid
is raised.
index
が引数の数を越えるならば、NSInvalid
が引き起こされます。
numberOfArguments
frameLength