C# Class BoC.Helpers.BuildManagerAppDomainHelper

Inheritance: IAppDomainHelper
Show file Open project: csteeg/BoC

Public Methods

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

Method Details

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