Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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