ICorDebugManagedCallback2::FunctionRemapComplete 方法

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

语法

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

参数

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

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

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

备注

此回调使调试器有机会重新创建以前存在的任何步进器。

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:自 2.0 起可用

请参阅