IObjectHandle Interface

Provides a method for unwrapping marshal-by-value objects from indirection.

interface IObjectHandle : IUnknown {

    HRESULT Unwrap(
        [out, retval] VARIANT *ppv
    );
};

Methods

Method

Description

IObjectHandle::Unwrap Method

Unwraps a marshal-by-value object from indirection.

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

See Also

Other Resources

Hosting Interfaces