ICorProfilerCallback3::ProfilerAttachComplete 方法
由 Common Language Runtime (CLR) 呼叫,表示分析工具現在可以呼叫 ICorProfilerInfo3::EnumJITedFunctions 和 ICorProfilerInfo3::EnumModules 更新方法。
HRESULT ProfilerAttachComplete ();
備註
呼叫 ICorProfilerCallback3::InitializeForAttach 方法之後,會發出 ProfilerAttachComplete 回呼。 這表示:
InitializeForAttach 中分析工具所要求的回呼已啟動。
分析工具現在可以對相關聯的 ID 執行更新,而不必擔心遺漏通知。
CLR 會忽略這個回呼的傳回值。
需求
**平台:**請參閱 .NET Framework 系統需求。
**標頭:**CorProf.idl、CorProf.h
**程式庫:**CorGuids.lib
**.NET Framework 版本:**4