Overridden by subclasses to forward messages to other objects.
Original signature is '- (void)forwardInvocation:(NSInvocation *)anInvocation'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual void ForwardInvocation( NSInvocation anInvocation )
Public Overridable Sub ForwardInvocation ( _ anInvocation As NSInvocation _ )
public: virtual void ForwardInvocation( NSInvocation^ anInvocation )

- anInvocation (NSInvocation)
- The invocation to forward.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)