共用方式為


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

其他資源

偵錯介面