Metodo ICorProfilerCallback3::ProfilerAttachComplete

Chiamato da Common Language Runtime (CLR) per indicare che il profiler può ora chiamare i metodi ICorProfilerInfo3::EnumJITedFunctions e ICorProfilerInfo3::EnumModules catch-up.

Sintassi

HRESULT ProfilerAttachComplete ();  

Osservazioni

Il ProfilerAttachComplete callback viene rilasciato dopo la chiamata al metodo ICorProfilerCallback3::InitializeForAttach . Indica quanto segue:

  • I callback richiesti dal profiler in InitializeForAttach sono stati attivati.

  • Il profiler può eseguire l'aggiornamento degli ID associati senza doversi preoccupare delle notifiche mancanti.

Il valore restituito da questo callback viene ignorato da CLR.

Requisiti

Piattaforme: vedere Requisiti di sistema di .NET Framework.

Intestazione: CorProf.idl, CorProf.h

Libreria: CorGuids.lib

Versioni di .NET Framework: Disponibile da 4

Vedi anche