ICorDebugManagedCallback2::FunctionRemapComplete 方法

更新:2007 年 11 月

通知调试器代码执行已切换至新版本的已编辑函数。

HRESULT FunctionRemapComplete (
    [in] ICorDebugAppDomain   *pAppDomain,
    [in] ICorDebugThread      *pThread,
    [in] ICorDebugFunction    *pFunction
);

参数

  • pAppDomain
    [in] 一个指向 ICorDebugAppDomain 对象的指针,该对象表示包含已编辑函数的应用程序域。

  • pThread
    [in] 一个指向 ICorDebugThread 对象的指针,该对象表示在其中遇到重新映射断点的线程。

  • pFunction
    [in] 一个指向 ICorDebugFunction 对象的指针,该对象表示当前在线程上运行的函数的版本。

备注

此回调允许调试器重新创建以前存在的任何分档器。

要求

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

**头文件:**CorDebug.idl

**库:**CorGuids.lib

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

请参见

参考

ICorDebugManagedCallback2

ICorDebugManagedCallback