[Previous] [Up] [Next]

NSInvocation

Authors

Richard Frith-Macdonald

Version: 0.1

Date: 28 February, 2000

NSInvocation

NSInvocation

Declared in: Foundation/NSInvocation.h

Inherits from: NSObject

Conforms to: NSCoding



invocationWithMethodSignature:

+ (NSInvocation*) invocationWithMethodSignature: (NSMethodSignature*)signature

argumentsRetained

- (BOOL) argumentsRetained

getArgument:atIndex:

- (void) getArgument: (void*)buffer atIndex: (int)index

getReturnValue:

- (void) getReturnValue: (void*)buffer

invoke

- (void) invoke

invokeWithTarget:

- (void) invokeWithTarget: (id)anObject

methodSignature

- (NSMethodSignature*) methodSignature

retainArguments

- (void) retainArguments

selector

- (SEL) selector

setArgument:atIndex:

- (void) setArgument: (void*)buffer atIndex: (int)index

setReturnValue:

- (void) setReturnValue: (void*)buffer

setSelector:

- (void) setSelector: (SEL)selector

setTarget:

- (void) setTarget: (id)anObject

target

- (id) target