C# Class NLog.Internal.Fakeables.AppDomainWrapper

Adapter for AppDomain to IAppDomain
Inheritance: IAppDomain
ファイルを表示 Open project: NLog/NLog

Public Methods

Method Description
AppDomainWrapper ( AppDomain appDomain ) : System

Initializes a new instance of the AppDomainWrapper class.

Private Methods

Method Description
OnDomainUnload ( object sender, EventArgs e ) : void
OnProcessExit ( object sender, EventArgs eventArgs ) : void

Method Details

AppDomainWrapper() public method

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