C# Class NLog.Internal.Fakeables.AppDomainWrapper

Adapter for AppDomain to IAppDomain
Inheritance: IAppDomain
Afficher le fichier Open project: NLog/NLog

Méthodes publiques

Méthode Description
AppDomainWrapper ( AppDomain appDomain ) : System

Initializes a new instance of the AppDomainWrapper class.

Private Methods

Méthode Description
OnDomainUnload ( object sender, EventArgs e ) : void
OnProcessExit ( object sender, EventArgs eventArgs ) : void

Method Details

AppDomainWrapper() public méthode

Initializes a new instance of the AppDomainWrapper class.
public AppDomainWrapper ( AppDomain appDomain ) : System
appDomain System.AppDomain The to wrap.
Résultat System