共用方式為


ICorDebugManagedCallback::EvalComplete 方法

更新:2007 年 11 月

告知偵錯工具,已經完成評估。

HRESULT EvalComplete (
    [in] ICorDebugAppDomain *pAppDomain,
    [in] ICorDebugThread    *pThread,
    [in] ICorDebugEval      *pEval
);

參數

  • pAppDomain
    [in] ICorDebugAppDomain 物件的指標,表示在其中執行評估的應用程式定義域。

  • pThread
    [in] ICorDebugThread 物件的指標,表示在其中執行評估的執行緒。

  • pEval
    [in] ICorDebugEval 物件的指標,表示執行評估的程式碼。

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**CorDebug.idl

**程式庫:**CorGuids.lib

**.NET Framework 版本:**3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0、1.1、1.0

請參閱

參考

ICorDebugManagedCallback