MonobjcMonobjc Documented Class Library
CleanUpNativeData Method (pNativeData)
NamespacesMonobjcIdMarshaler<(Of <(<'TInstance>)>)>CleanUpNativeData(IntPtr)
Performs necessary cleanup of the unmanaged data when it is no longer needed.
Declaration Syntax
C#Visual BasicVisual C++
public void CleanUpNativeData(
	IntPtr pNativeData
)
Public Sub CleanUpNativeData ( _
	pNativeData As IntPtr _
)
public:
virtual void CleanUpNativeData(
	IntPtr pNativeData
) sealed
Parameters
pNativeData (IntPtr)
A pointer to the unmanaged data to be destroyed.
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)