ICorDebugManagedCallback2::FunctionRemapComplete 方法

通知偵錯工具,程式碼執行已切換至新版的已編輯函式。

語法

HRESULT FunctionRemapComplete (  
    [in] ICorDebugAppDomain   *pAppDomain,  
    [in] ICorDebugThread      *pThread,  
    [in] ICorDebugFunction    *pFunction  
);  

參數

pAppDomain
[in] ICorDebugAppDomain 物件的指標,代表包含已編輯函式的應用程式定義域。

pThread
[in] ICorDebugThread 物件的指標,代表遇到重新對應中斷點的執行緒。

pFunction
[in] ICorDebugFunction 物件的指標,代表目前在執行緒上執行的函式版本。

備註

此回呼讓偵錯工具有機會重建先前存在的任何逐步執行程式。

規格需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework版本:自 2.0 起提供

另請參閱