This topic has not yet been rated - Rate this topic

AppDomain Events

The AppDomain type exposes the following members.

  Name Description
Public event AssemblyLoad Occurs when an assembly is loaded.
Public event AssemblyResolve Occurs when the resolution of an assembly fails.
Public event DomainUnload Occurs when an AppDomain is about to be unloaded.
Public event FirstChanceException Occurs when an exception is thrown in managed code, before the runtime searches the call stack for an exception handler in the application domain.
Public event ProcessExit Occurs when the default application domain's parent process exits.
Public event ReflectionOnlyAssemblyResolve Occurs when the resolution of an assembly fails in the reflection-only context.
Public event ResourceResolve Occurs when the resolution of a resource fails because the resource is not a valid linked or embedded resource in the assembly.
Public event TypeResolve Occurs when the resolution of a type fails.
Public event UnhandledException Occurs when an exception is not caught.
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ