Method CleanUpNativeData
CleanUpNativeData(IntPtr)
Performs necessary cleanup of the unmanaged data when it is no longer needed.
Declaration
public void CleanUpNativeData(IntPtr pNativeData)
Parameters
public void CleanUpNativeData(IntPtr pNativeData)
IntPtr | pNativeData | A pointer to the unmanaged data to be destroyed. |