IDkmAppDomainCreatedNotification.OnAppDomainCreated(DkmClrAppDomain, DkmWorkList, DkmEventDescriptor) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
OnAppDomainCreated est appelé dans le cadre du traitement des événements. Pour plus d’informations, consultez Définition d’interface.
public:
void OnAppDomainCreated(Microsoft::VisualStudio::Debugger::Clr::DkmClrAppDomain ^ appDomain, Microsoft::VisualStudio::Debugger::DkmWorkList ^ workList, Microsoft::VisualStudio::Debugger::DkmEventDescriptor ^ eventDescriptor);
public void OnAppDomainCreated (Microsoft.VisualStudio.Debugger.Clr.DkmClrAppDomain appDomain, Microsoft.VisualStudio.Debugger.DkmWorkList workList, Microsoft.VisualStudio.Debugger.DkmEventDescriptor eventDescriptor);
abstract member OnAppDomainCreated : Microsoft.VisualStudio.Debugger.Clr.DkmClrAppDomain * Microsoft.VisualStudio.Debugger.DkmWorkList * Microsoft.VisualStudio.Debugger.DkmEventDescriptor -> unit
Public Sub OnAppDomainCreated (appDomain As DkmClrAppDomain, workList As DkmWorkList, eventDescriptor As DkmEventDescriptor)
Paramètres
- appDomain
- DkmClrAppDomain
Dans DkmClrAppDomain représente un domaine d’application CLR à l’intérieur d’un processus qui est en cours de débogage.
- workList
- DkmWorkList
La tâche pour ajouter un travail de traitement des événements supplémentaire à. Cette liste de travaux commencera à s’exécuter une fois que tous les écouteurs auront été notifiieds. L’événement ne se termine pas avant l’exécution complète de la liste de tâches.
- eventDescriptor
- DkmEventDescriptor
Dans Décrit l’événement en cours de traitement.