MonobjcMonobjc Documented Class Library
SetArgumentAtIndex Method (buffer, index)
NamespacesMonobjc.FoundationNSInvocationSetArgumentAtIndex(IntPtr, NSInteger)

Sets an argument of the receiver.

Original signature is '- (void)setArgument:(void *)buffer atIndex:(NSInteger)index'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetArgumentAtIndex(
	IntPtr buffer,
	NSInteger index
)
Public Overridable Sub SetArgumentAtIndex ( _
	buffer As IntPtr, _
	index As NSInteger _
)
public:
virtual void SetArgumentAtIndex(
	IntPtr buffer, 
	NSInteger index
)
Parameters
buffer (IntPtr)
An untyped buffer containing an argument to be assigned to the receiver. See the discussion below relating to argument values that are objects.
index (NSInteger)
An integer specifying the index of the argument.
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)