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.

C# | Visual Basic | Visual C++ |
public virtual Id InitWithInvocation( NSInvocation inv )
Public Overridable Function InitWithInvocation ( _ inv As NSInvocation _ ) As Id
public: virtual Id^ InitWithInvocation( NSInvocation^ inv )

- inv (NSInvocation)
- The invocation object identifying the target object, selector, and parameter objects.

An initialized NSInvocationOperation object or nil if the object could not be initialized.

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