ICorDebugHeapValue2 Interface

An extension of ICorDebugHeapValue that provides support for common language runtime (CLR) handles.

interface ICorDebugHeapValue2 : IUnknown {
        
    HRESULT CreateHandle (
        [in] CorDebugHandleType      type, 
        [out] ICorDebugHandleValue   **ppHandle
    );
        
};

Methods

Method

Description

ICorDebugHeapValue2::CreateHandle Method

Creates a handle of the specified type for this ICorDebugHeapValue2 object.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0

See Also

Concepts

ICorDebugHeapValue Interface

Debugging Interfaces