invocation
The receiver’s invocation object.
Declaration
@property (retain, readonly) NSInvocation * invocation;Discussion
The invocation object identifying the target object, selector, and parameters to use to execute the operation’s task.
The receiver’s invocation object.
@property (retain, readonly) NSInvocation * invocation;The invocation object identifying the target object, selector, and parameters to use to execute the operation’s task.