通知调试器代码执行已切换到编辑的函数的新版本。
Syntax
HRESULT FunctionRemapComplete (
    [in] ICorDebugAppDomain   *pAppDomain,
    [in] ICorDebugThread      *pThread,
    [in] ICorDebugFunction    *pFunction
);
参数
              pAppDomain [in]指向 ICorDebugAppDomain 对象的指针,该对象表示包含已编辑函数的应用程序域。
              pThread [in]指向 ICorDebugThread 对象的指针,该对象表示遇到重新映射断点的线程。
              pFunction [in]指向 ICorDebugFunction 对象的指针,该对象表示当前在线程上运行的函数的版本。
注解
此回调使调试器有机会重新创建以前存在的任何阶梯。
要求
平台: 请参阅 .NET 支持的作系统。
页眉: CorDebug.idl、CorDebug.h
图书馆: CorGuids.lib
.NET 版本: 自 .NET Framework 2.0 起可用