Returns by indirection the receiver's argument at a specified index.
Original signature is '- (void)getArgument:(void *)buffer atIndex:(NSInteger)index'
Available in Mac OS X v10.0 and later.

Declaration Syntax
Public Overridable Sub GetArgumentAtIndex ( _
buffer As IntPtr, _
index As NSInteger _
)

Parameters
- buffer (IntPtr)
- An untyped buffer to hold the returned argument. See the discussion below relating to argument values that are objects.
- index (NSInteger)
- An integer specifying the index of the argument to get.

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)