C# Class Abc.Zebus.TinyHost.AssemblyScanner

Show file Open project: Abc-Arbitrage/Zebus.TinyHost

Public Methods

Method Description
GetAssembliesInFolder ( string path, bool>.Func assemblyNameFilter = null ) : IEnumerable

Private Methods

Method Description
GetAssembliesInFolder ( string path, string searchPattern, bool>.Func assemblyNameFilter = null ) : IEnumerable
LoadAssemblies ( string path, bool>.Func assemblyNameFilter = null ) : List

Method Details

GetAssembliesInFolder() public static method

public static GetAssembliesInFolder ( string path, bool>.Func assemblyNameFilter = null ) : IEnumerable
path string
assemblyNameFilter bool>.Func
return IEnumerable