MonobjcMonobjc Documented Class Library
GetInstance Method (cookie)
NamespacesMonobjcIdMarshaler<(Of <(<'TInstance>)>)>GetInstance(String)
Returns a shared instance of the custom marshaller.
Declaration Syntax
C#Visual BasicVisual C++
public static ICustomMarshaler GetInstance(
	string cookie
)
Public Shared Function GetInstance ( _
	cookie As String _
) As ICustomMarshaler
public:
static ICustomMarshaler^ GetInstance(
	String^ cookie
)
Parameters
cookie (String)
A cookie string from the interop layer
Return Value
The shared instance
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 (Module: Monobjc)