Contents

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.

See Also

Related Documentation

Getting Attributes