ICorDebugManagedCallback::EditAndContinueRemap 方法

更新:2007 年 11 月

此方法已被否决。它通知调试器重新映射事件已发送到集成开发环境 (IDE)。

HRESULT EditAndContinueRemap (
    [in] ICorDebugAppDomain *pAppDomain,
    [in] ICorDebugThread *pThread,
    [in] ICorDebugFunction *pFunction,
    [in] BOOL fAccurate
);

备注

当尝试了在已更新函数的早期版本中执行代码时,调用 EditAndContinueRemap 方法。公共语言运行库调用 EditAndContinueRemap 方法将重新映射事件发送到 IDE。

要求

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

**头文件:**CorDebug.idl

**库:**CorGuids.lib

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

请参见

参考

ICorDebugManagedCallback