Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.Runtime.InteropServices.CustomMarshalers Namespace

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Provides internal marshaling support for the .NET Framework.

ClassDescription
System_CAPS_pubclassEnumerableToDispatchMarshaler

Marshals the COM IDispatch interface to the .NET Framework IEnumerable interface, and vice versa.

System_CAPS_pubclassEnumeratorToEnumVariantMarshaler

Marshals the COM IEnumVARIANT interface to the .NET Framework IEnumerator interface, and vice versa.

System_CAPS_pubclassExpandoToDispatchExMarshaler

Marshals the COM IDispatchEx interface to either the .NET Framework IExpando interface, or to the IReflect interface, and vice versa.

System_CAPS_pubclassTypeToTypeInfoMarshaler

Marshals the unmanaged ITypeInfo interface to the managed Type class, and marshals the managed Type class to the unmanaged ITypeInfo interface.

Return to top
Show: