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

其他资源

调试接口