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).
Syntax
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 System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 1.0
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.