MonobjcMonobjc Documented Class Library
InvokeWithTarget Method (anObject)
NamespacesMonobjc.FoundationNSInvocationInvokeWithTarget(Id)

Sets the receiver’s target, sends the receiver’s message (with arguments) to that target, and sets the return value.

Original signature is '- (void)invokeWithTarget:(id)anObject'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void InvokeWithTarget(
	Id anObject
)
Public Overridable Sub InvokeWithTarget ( _
	anObject As Id _
)
public:
virtual void InvokeWithTarget(
	Id^ anObject
)
Parameters
anObject (Id)
The object to set as the receiver's target.
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)