[Previous] [Up] [Next]

NSInvocation

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSInvocation

NSInvocation

Declared in: Foundation/NSInvocation.h

Inherits from: NSObject

Conforms to: NSCoding


Instance Variables

Methods


Class Methods

invocationWithMethodSignature:

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


Instances Methods

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;