C# Класс BoC.Helpers.AppDomainHelper

Наследование: IDisposable, IAppDomainHelper
Показать файл Открыть проект

Открытые методы

Метод Описание
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