C# Class BottomShelf.Host.AssemblyScanner.RemoteAssemblyScanner

Inheritance: System.MarshalByRefObject
Show file Open project: tyronegroves/BottomShelf

Public Methods

Method Description
RemoteAssemblyScanner ( ILog logger ) : System
Scan ( string servicesDirectory ) : List

Private Methods

Method Description
GetFilesToScan ( string servicesDirectory ) : IEnumerable

Method Details

RemoteAssemblyScanner() public method

public RemoteAssemblyScanner ( ILog logger ) : System
logger ILog
return System

Scan() public method

public Scan ( string servicesDirectory ) : List
servicesDirectory string
return List