ICorProfilerCallback3::ProfilerAttachComplete Method

Called by the common language runtime (CLR) to indicate that the profiler can now call the ICorProfilerInfo3::EnumJITedFunctions and ICorProfilerInfo3::EnumModules catch-up methods.

Syntax

HRESULT ProfilerAttachComplete ();  

Remarks

The ProfilerAttachComplete callback is issued after the ICorProfilerCallback3::InitializeForAttach method is called. It indicates the following:

  • The callbacks that were requested by the profiler in InitializeForAttach have been activated.

  • The profiler can now perform catch-up on the associated IDs without being concerned about missing notifications.

The CLR ignores the return value from this callback.

Requirements

Platforms: See System Requirements.

Header: CorProf.idl, CorProf.h

Library: CorGuids.lib

.NET Framework Versions: Available since 4

See also