MonobjcMonobjc Documented Class Library
InitWithInvocation Method (inv)
NamespacesMonobjc.FoundationNSInvocationOperationInitWithInvocation(NSInvocation)

Returns an NSInvocationOperation object initialized with the specified invocation object.

Original signature is '- (id)initWithInvocation:(NSInvocation *)inv'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithInvocation(
	NSInvocation inv
)
Public Overridable Function InitWithInvocation ( _
	inv As NSInvocation _
) As Id
public:
virtual Id^ InitWithInvocation(
	NSInvocation^ inv
)
Parameters
inv (NSInvocation)
The invocation object identifying the target object, selector, and parameter objects.
Return Value
An initialized NSInvocationOperation object or nil if the object could not be initialized.
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)