Declared in NSInvocation+KiwiAdditions.h

Class Methods

invocationWithTarget:selector:

+ (NSInvocation *)invocationWithTarget:(id)anObject selector:(SEL)aSelector

invocationWithTarget:selector:messageArguments:

+ (NSInvocation *)invocationWithTarget:(id)anObject selector:(SEL)aSelector messageArguments:(const void *)firstBytes, ...

Instance Methods

getMessageArgument:atIndex:

- (void)getMessageArgument:(void *)buffer atIndex:(NSUInteger)anIndex

messageArgumentDataAtIndex:

- (NSData *)messageArgumentDataAtIndex:(NSUInteger)anIndex

setMessageArgument:atIndex:

- (void)setMessageArgument:(const void *)bytes atIndex:(NSUInteger)anIndex

setMessageArguments:

- (void)setMessageArguments:(const void *)firstBytes, ...