次の方法で共有


ICorDebugClass2

更新 : 2007 年 11 月

ジェネリック クラス、または Type 型のメソッド パラメータを持つクラスを表します。このインターフェイスは、ICorDebugClass を拡張します。

interface ICorDebugClass2 : IUnknown {
    HRESULT GetParameterizedType (
        [in] CorElementType   elementType,
        [in] ULONG32          nTypeArgs,
        [in, size_is(nTypeArgs)] ICorDebugType *ppTypeArgs[],
        [out] ICorDebugType   **ppType
    );
        
    HRESULT SetJMCStatus (
        [in] BOOL             bIsJustMyCode
    );
};

メソッド

メソッド

説明

ICorDebugClass2::GetParameterizedType メソッド

このクラスの型宣言を取得します。

ICorDebugClass2::SetJMCStatus メソッド

このクラスのメソッドごとに、メソッドがユーザー定義コードかどうかを示す値を設定します。

必要条件

プラットフォーム : 「.NET Framework システム要件」を参照

ヘッダー : CorDebug.idl

ライブラリ : CorGuids.lib

.NET Framework のバージョン : 3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0

参照

参照

ICorDebugClass

その他の技術情報

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