C# Class BoC.Helpers.AppDomainHelper

Inheritance: IDisposable, IAppDomainHelper
Afficher le fichier Open project: csteeg/BoC

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
EnsureLoaded ( ) : void

Method Details

AppDomainHelper() public méthode

public AppDomainHelper ( string domainPath, string fileFilter ) : System
domainPath string
fileFilter string
Résultat System

CreateDefault() public static méthode

public static CreateDefault ( ) : IAppDomainHelper
Résultat IAppDomainHelper

Dispose() public méthode

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

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetAssemblies() public méthode

public GetAssemblies ( ) : IEnumerable
Résultat IEnumerable

GetTypes() public méthode

public GetTypes ( bool>.Func where ) : IEnumerable
where bool>.Func
Résultat IEnumerable

Refresh() public méthode

public Refresh ( ) : void
Résultat void