C# 클래스 BoC.Helpers.AppDomainHelper

상속: IDisposable, IAppDomainHelper
파일 보기 프로젝트 열기: csteeg/BoC

공개 메소드들

메소드 설명
AppDomainHelper ( string domainPath, string fileFilter ) : System
CreateDefault ( ) : IAppDomainHelper
Dispose ( ) : void

Releases the unmanaged resources used by the AppDomainHelper and optionally releases the managed resources.

GetAssemblies ( ) : IEnumerable
GetTypes ( bool>.Func where ) : IEnumerable
Refresh ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
EnsureLoaded ( ) : void

메소드 상세

AppDomainHelper() 공개 메소드

public AppDomainHelper ( string domainPath, string fileFilter ) : System
domainPath string
fileFilter string
리턴 System

CreateDefault() 공개 정적인 메소드

public static CreateDefault ( ) : IAppDomainHelper
리턴 IAppDomainHelper

Dispose() 공개 메소드

Releases the unmanaged resources used by the AppDomainHelper and optionally releases the managed resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetAssemblies() 공개 메소드

public GetAssemblies ( ) : IEnumerable
리턴 IEnumerable

GetTypes() 공개 메소드

public GetTypes ( bool>.Func where ) : IEnumerable
where bool>.Func
리턴 IEnumerable

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void