[Previous]
[Up]
[Next]
NSInvocation
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Foundation/NSInvocation.h
Inherits from: NSObject
Conforms to: NSCoding
+ (NSInvocation*) invocationWithMethodSignature: (NSMethodSignature*)signature
- (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