C# Class BoC.Helpers.AppDomainHelper

Inheritance: IDisposable, IAppDomainHelper
Mostrar archivo Open project: csteeg/BoC

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
EnsureLoaded ( ) : void

Method Details

AppDomainHelper() public method

public AppDomainHelper ( string domainPath, string fileFilter ) : System
domainPath string
fileFilter string
return System

CreateDefault() public static method

public static CreateDefault ( ) : IAppDomainHelper
return IAppDomainHelper

Dispose() public method

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

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetAssemblies() public method

public GetAssemblies ( ) : IEnumerable
return IEnumerable

GetTypes() public method

public GetTypes ( bool>.Func where ) : IEnumerable
where bool>.Func
return IEnumerable

Refresh() public method

public Refresh ( ) : void
return void