MonobjcMonobjc Documented Class Library
ForwardInvocation Method (anInvocation)
NamespacesMonobjc.FoundationNSObjectForwardInvocation(NSInvocation)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void ForwardInvocation(
	NSInvocation anInvocation
)
Public Overridable Sub ForwardInvocation ( _
	anInvocation As NSInvocation _
)
public:
virtual void ForwardInvocation(
	NSInvocation^ anInvocation
)
Parameters
anInvocation (NSInvocation)
The invocation to forward.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)