MonobjcMonobjc Documented Class Library
MarshalNativeToManaged Method (pNativeData)
NamespacesMonobjcIdMarshaler<(Of <(<'TInstance>)>)>MarshalNativeToManaged(IntPtr)
Converts the unmanaged data to managed data.
Declaration Syntax
C#Visual BasicVisual C++
public Object MarshalNativeToManaged(
	IntPtr pNativeData
)
Public Function MarshalNativeToManaged ( _
	pNativeData As IntPtr _
) As Object
public:
virtual Object^ MarshalNativeToManaged(
	IntPtr pNativeData
) sealed
Parameters
pNativeData (IntPtr)
A pointer to the unmanaged data to be wrapped.
Return Value
Returns the managed view of the COM data.
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)