NSInvocation (EDExtensions)


Declared In:
NSInvocation+Extensions.h


Category Description

Various common extensions to NSInvocation.


Method Types

Convenience factory methods
+ invocationWithTarget:method:
+ invocationWithTarget:method:argument:


Class Methods

invocationWithTarget:method:

+ (NSInvocation *)invocationWithTarget:(id)object method:(SEL)selector

Returns an invocation the can be used to send selector to the object. The method is assumed to have no argument.


invocationWithTarget:method:argument:

+ (NSInvocation *)invocationWithTarget:(id)object method:(SEL)selector argument:(void *)argument

Returns an invocation the can be used to send selector to the object. The method is assumed to have one argument.


Version 2.0 Copyright ©2002. All Rights Reserved.