ICorDebugILFrame2

更新:2007 年 11 月

ICorDebugILFrame 接口的逻辑扩展。

interface ICorDebugILFrame2 : IUnknown {
        
    HRESULT EnumerateTypeParameters (
        [out] ICorDebugTypeEnum    **ppTyParEnum
    );
        
    HRESULT RemapFunction (
        [in] ULONG32               newILOffset
    );
        
};

方法

方法

说明

ICorDebugILFrame2::EnumerateTypeParameters 方法

获取一个包含此帧中的 Type 参数的 ICorDebugTypeEnum 对象。

ICorDebugILFrame2::RemapFunction 方法

通过指定新的 MSIL 偏移量来重新映射经过编辑的函数。

要求

**平台:**请参见 .NET Framework 系统要求

**头文件:**CorDebug.idl

**库:**CorGuids.lib

**.NET Framework 版本:**3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0

请参见

参考

ICorDebugILFrame

其他资源

调试接口