共用方式為


ICorDebugManagedCallback::EditAndContinueRemap 方法

此方法已被取代。 它會通知偵錯工具,重新對應事件已傳送至整合式開發環境 (IDE)。

語法

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

備註

當嘗試在舊版的更新函式中執行程式碼時,會呼叫此 EditAndContinueRemap 方法。 Common Language 執行階段會呼叫 EditAndContinueRemap 方法,將重新對應事件傳送至 IDE。

需求

平台: 請參閱 .NET 支援的作業系統

標題: CorDebug.idl、CorDebug.h

圖書館: CorGuids.lib

.NET 版本: 自 .NET Framework 1.0 起提供

另請參閱