MonobjcMonobjc Documented Class Library
ForwardingTargetForSelector Method (aSelector)
NamespacesMonobjc.FoundationNSObjectForwardingTargetForSelector(IntPtr)

Returns the object to which unrecognized messages should first be directed.

Original signature is '- (id)forwardingTargetForSelector:(SEL)aSelector'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id ForwardingTargetForSelector(
	IntPtr aSelector
)
Public Overridable Function ForwardingTargetForSelector ( _
	aSelector As IntPtr _
) As Id
public:
virtual Id^ ForwardingTargetForSelector(
	IntPtr aSelector
)
Parameters
aSelector (IntPtr)
A selector for a method that the receiver does not implement.
Return Value
The object to which unrecognized messages should first be directed.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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