次の方法で共有


ICorDebugHeapValue2

更新 : 2007 年 11 月

共通言語ランタイム (CLR: Common Language Runtime) ハンドルをサポートする 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

その他の技術情報

デバッグのインターフェイス