ICorDebugHeapValue2

更新:2007 年 11 月

为公共语言运行库 (CLR) 句柄提供支持的 ICorDebugHeapValue 的扩展。

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

方法

方法

说明

ICorDebugHeapValue2::CreateHandle 方法

为此 ICorDebugHeapValue2 对象创建指定类型的句柄。

要求

**平台:**请参见 .NET Framework 系统要求

**头文件:**CorDebug.idl

**库:**CorGuids.lib

**.NET Framework 版本:**3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0

请参见

参考

ICorDebugHeapValue

其他资源

调试接口