Instance Property
インスタンスプロパティ
numberOfArguments
The number of arguments recorded in the receiver.
レシーバにおいて記録された引数の数。
Discussion
議論
There are always at least two arguments, because an NSMethodSignature
object includes the implicit arguments self
and _cmd
, which are the first two arguments passed to every method implementation.
常に少なくとも2つの引数があります、なぜならNSMethodSignature
オブジェクトは暗黙的な引数self
と_cmd
を含むからです、それらはすべてのメソッド実装に渡される最初の2つの引数です。
See Also
参照
Getting Information on Argument Types
引数型に関する情報を取得する
frameLength
The number of bytes that the arguments, taken together, occupy on the stack.
引数それらが、一緒にされて、スタック上で占有するバイト数。