Share via


ICorProfilerCallback::AppDomainCreationStarted, méthode

Avertit le profileur qu’un domaine d’application est en cours de création.

Syntaxe

HRESULT AppDomainCreationStarted(  
    [in] AppDomainID appDomainId);  

Paramètres

appDomainId
[in] Identifie le domaine en cours de création.

Notes

L’ID n’est pas valide pour toute demande d’informations tant que la méthode ICorProfilerCallback::AppDomainCreationFinished n’est pas appelée.

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