共用方式為


ICorProfilerCallback3::ProfilerAttachComplete 方法

由 Common Language Runtime (CLR) 呼叫,表示分析工具現在可以呼叫 ICorProfilerInfo3::EnumJITedFunctionsICorProfilerInfo3::EnumModules 更新方法。

HRESULT ProfilerAttachComplete ();

備註

呼叫 ICorProfilerCallback3::InitializeForAttach 方法之後,會發出 ProfilerAttachComplete 回呼。 這表示:

  • InitializeForAttach 中分析工具所要求的回呼已啟動。

  • 分析工具現在可以對相關聯的 ID 執行更新,而不必擔心遺漏通知。

CLR 會忽略這個回呼的傳回值。

需求

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

**標頭:**CorProf.idl、CorProf.h

**程式庫:**CorGuids.lib

**.NET Framework 版本:**4

請參閱

參考

ICorProfilerCallback 介面

ICorProfilerInfo3 介面

概念

附加和中斷連結程式碼剖析工具

其他資源

分析介面

分析 (Unmanaged API 參考)