Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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
InitializeForAttachhave 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