MonobjcMonobjc Documented Class Library
GetReturnValue Method (buffer)
NamespacesMonobjc.FoundationNSInvocationGetReturnValue(IntPtr)

Gets the receiver's return value.

Original signature is '- (void)getReturnValue:(void *)buffer'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void GetReturnValue(
	IntPtr buffer
)
Public Overridable Sub GetReturnValue ( _
	buffer As IntPtr _
)
public:
virtual void GetReturnValue(
	IntPtr buffer
)
Parameters
buffer (IntPtr)
An untyped buffer into which the receiver copies its return value. It should be large enough to accommodate the value. See the discussion below for more information about buffer.
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)