共用方式為


ICorDebugHeapValue2

更新:2007 年 11 月

ICorDebugHeapValue 的擴充,提供 Common Language Runtime (CLR) 控制代碼的支援。

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

其他資源

偵錯介面