ComCallUnmarshal Coclass

Provides interfaces for managing the marshaling of interface pointers.

coclass ComCallUnmarshal {
    [default] interface IMarshal;
};

Interfaces

Interface

Description

IMarshal

Provides methods for creating, initializing, and managing a proxy in a client process.

Requirements

Platforms: See .NET Framework System Requirements.

Header: MSCorEE.idl

Library: Included as a resource in MSCorEE.dll

.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

See Also

Other Resources

Hosting Coclasses