This documentation is archived and is not being maintained.
_AppDomain Events
Visual Studio 2010
The _AppDomain type exposes the following members.
| Name | Description | |
|---|---|---|
|
AssemblyLoad | Provides COM objects with version-independent access to the AppDomain::AssemblyLoad event. |
|
AssemblyResolve | Provides COM objects with version-independent access to the AppDomain::AssemblyResolve event. |
|
DomainUnload | Provides COM objects with version-independent access to the AppDomain::DomainUnload event. |
|
ProcessExit | Provides COM objects with version-independent access to the AppDomain::ProcessExit event. |
|
ResourceResolve | Provides COM objects with version-independent access to the AppDomain::ResourceResolve event. |
|
TypeResolve | Provides COM objects with version-independent access to the AppDomain::TypeResolve event. |
|
UnhandledException | Provides COM objects with version-independent access to the AppDomain::UnhandledException event. |
Show: