MonobjcMonobjc Documented Class Library
GetArgumentAtIndex Method (buffer, index)
NamespacesMonobjc.FoundationNSInvocationGetArgumentAtIndex(IntPtr, NSInteger)

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
C#Visual BasicVisual C++
public virtual void GetArgumentAtIndex(
	IntPtr buffer,
	NSInteger index
)
Public Overridable Sub GetArgumentAtIndex ( _
	buffer As IntPtr, _
	index As NSInteger _
)
public:
virtual void GetArgumentAtIndex(
	IntPtr buffer, 
	NSInteger index
)
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)