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.

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 .NET Framework System Requirements.

Header: CorProf.idl, CorProf.h

Library: CorGuids.lib

.NET Framework Versions: 4

See Also

Reference

ICorProfilerCallback Interface

ICorProfilerInfo3 Interface

Concepts

Profiler Attach and Detach

Other Resources

Profiling Interfaces

Profiling (Unmanaged API Reference)