Partager via


ICorProfilerCallback2::HandleCreated, méthode

Notifie le profileur de code qu’un handle de garbage collection a été créé.

Syntaxe

HRESULT HandleCreated(  
    [in] GCHandleID handleId,  
    [in] ObjectID initialObjectId);  

Paramètres

handleId
[in] ID du handle pour le garbage collection.

initialObjectId
[in] ID de l’objet pour lequel le handle de garbage collection a été créé.

Spécifications

Plateformes : Consultez Configuration requise.

En-tête : CorProf.idl, CorProf.h

Bibliothèque : CorGuids.lib

Versions de .NET Framework : Disponible depuis la version 2.0

Voir aussi