更新 : 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
);
};
メソッド
メソッド |
説明 |
---|---|
このクラスの型宣言を取得します。 |
|
このクラスのメソッドごとに、メソッドがユーザー定義コードかどうかを示す値を設定します。 |
必要条件
プラットフォーム : 「.NET Framework システム要件」を参照
ヘッダー : CorDebug.idl
ライブラリ : CorGuids.lib
.NET Framework のバージョン : 3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0