Partager via


ICorProfilerCallback::AssemblyUnloadStarted, méthode

Informe le profileur qu'un assembly est déchargé.

HRESULT AssemblyUnloadStarted(
    [in] AssemblyID assemblyId);

Paramètres

  • assemblyId
    [in] Identifie l'assembly qui est déchargé.

Notes

La valeur de assemblyId n'est pas valide pour une demande d'informations après que la méthode AssemblyUnloadStarted est retournée ; c'est la dernière occasion pour le profileur d'obtenir des informations sur cet assembly.

Configuration requise

Plateformes : consultez Configuration requise du .NET Framework.

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

Bibliothèque : CorGuids.lib

Versions du .NET Framework : 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

Voir aussi

Référence

ICorProfilerCallback, interface

ICorProfilerCallback::AssemblyUnloadFinished, méthode