Mono Class Library: Overview

System.Runtime.InteropServices.ICustomMarshaler: Method Members

The methods of System.Runtime.InteropServices.ICustomMarshaler are listed below. For a list of all members, see the ICustomMarshaler Members list.

Public Methods

CleanUpManagedData(object)
Documentation for this section has not yet been entered.
CleanUpNativeData(IntPtr)
Documentation for this section has not yet been entered.
GetNativeDataSize() : int
Documentation for this section has not yet been entered.
MarshalManagedToNative(object) : IntPtr
Documentation for this section has not yet been entered.
MarshalNativeToManaged(IntPtr) : object
Documentation for this section has not yet been entered.