ICorDebugManagedCallback::EditAndContinueRemap Method

This method has been deprecated. It notifies the debugger that a remap event has been sent to the integrated development environment (IDE).

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

Remarks

The EditAndContinueRemap method is called when the execution of the code in an old version of an updated function has been attempted. The common language runtime calls the EditAndContinueRemap method to send a remap event to the IDE.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0

See Also

Reference

ICorDebugManagedCallback Interface