共用方式為


ICorDebugILFrame2

更新:2007 年 11 月

ICorDebugILFrame 介面的邏輯擴充。

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

方法

方法

描述

ICorDebugILFrame2::EnumerateTypeParameters 方法

取得 ICorDebugTypeEnum 物件,這個物件在此框架中包含 Type 參數。

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

其他資源

偵錯介面