C# 클래스 NLog.Internal.Fakeables.AppDomainWrapper

Adapter for AppDomain to IAppDomain
상속: IAppDomain
파일 보기 프로젝트 열기: NLog/NLog

공개 메소드들

메소드 설명
AppDomainWrapper ( AppDomain appDomain ) : System

Initializes a new instance of the AppDomainWrapper class.

비공개 메소드들

메소드 설명
OnDomainUnload ( object sender, EventArgs e ) : void
OnProcessExit ( object sender, EventArgs eventArgs ) : void

메소드 상세

AppDomainWrapper() 공개 메소드

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