_AppDomain Events

 

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubeventAssemblyLoad

Provides COM objects with version-independent access to the AppDomain::AssemblyLoad event.

System_CAPS_pubeventAssemblyResolve

Provides COM objects with version-independent access to the AppDomain::AssemblyResolve event.

System_CAPS_pubeventDomainUnload

Provides COM objects with version-independent access to the AppDomain::DomainUnload event.

System_CAPS_pubeventProcessExit

Provides COM objects with version-independent access to the AppDomain::ProcessExit event.

System_CAPS_pubeventResourceResolve

Provides COM objects with version-independent access to the AppDomain::ResourceResolve event.

System_CAPS_pubeventTypeResolve

Provides COM objects with version-independent access to the AppDomain::TypeResolve event.

System_CAPS_pubeventUnhandledException

Provides COM objects with version-independent access to the AppDomain::UnhandledException event.

Return to top
Show: