Ambil perhatian
Akses ke halaman ini memerlukan kebenaran. Anda boleh cuba log masuk atau menukar direktori.
Akses ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
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