ICorProfilerCallback3::ProfilerAttachComplete 方法

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

語法

HRESULT ProfilerAttachComplete ();  

備註

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

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

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

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

規格需求

平台:請參閱系統需求

標頭: CorProf.idl、CorProf.h

程式庫:CorGuids.lib

.NET Framework版本:自 4 起可用

另請參閱