Instance Property インスタンスプロパティ

invocation

The receiver’s invocation object. レシーバの持つ発動オブジェクト。

Declaration 宣言

@property(readonly, retain) NSInvocation *invocation;

Discussion 議論

The invocation object identifying the target object, selector, and parameters to use to execute the operation’s task. 演算のもつタスクを遂行するのに使うためのターゲットオブジェクト、セレクタ、そしてパラメータを識別している発動オブジェクト。

See Also 参照

Getting Attributes 属性を取得する

Related Documentation 関連文書