[Previous]
[Up]
[Next]
NSInvocation
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Foundation/NSInvocation.h
Inherits from: NSObject
Conforms to: NSCoding
Instance Variables
Methods
Class Methods
+ (NSInvocation*) invocationWithMethodSignature: (NSMethodSignature*)signature;
Instances Methods
- (BOOL) argumentsRetained;
- (void) getArgument: (void*)buffer atIndex: (int)index;
- (void) getReturnValue: (void*)buffer;
- (void) invoke;
- (void) invokeWithTarget: (id)anObject;
- (NSMethodSignature*) methodSignature;
- (void) retainArguments;
- (SEL) selector;
- (void) setArgument: (void*)buffer atIndex: (int)index;
- (void) setReturnValue: (void*)buffer;
- (void) setSelector: (SEL)selector;
- (void) setTarget: (id)anObject;
- (id) target;