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 NSInvocationOperation( NSInvocation inv )
Public Sub New ( _ inv As NSInvocation _ )
public: NSInvocationOperation( 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)