This documentation is archived and is not being maintained.

_AppDomain Events

The _AppDomain type exposes the following members.

  NameDescription
Public event AssemblyLoad Provides COM objects with version-independent access to the AppDomain::AssemblyLoad event.
Public event AssemblyResolve Provides COM objects with version-independent access to the AppDomain::AssemblyResolve event.
Public event DomainUnload Provides COM objects with version-independent access to the AppDomain::DomainUnload event.
Public event ProcessExit Provides COM objects with version-independent access to the AppDomain::ProcessExit event.
Public event ResourceResolve Provides COM objects with version-independent access to the AppDomain::ResourceResolve event.
Public event TypeResolve Provides COM objects with version-independent access to the AppDomain::TypeResolve event.
Public event UnhandledException Provides COM objects with version-independent access to the AppDomain::UnhandledException event.
Top
Show: