共用方式為


ICorDebugManagedCallback::EditAndContinueRemap 方法

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

語法

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

備註

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

規格需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework版本:自 1.0 起提供

另請參閱