C# Class MassTransit.Host.AssemblyScanner

Show file Open project: phatboyg/MassTransit Class Usage Examples

Public Methods

Method Description
AssemblyScanner ( ) : System
GetAssemblyRegistrations ( ) : IEnumerable
GetHostBusFactoryType ( ) : Type

Private Methods

Method Description
CurrentDomain_ReflectionOnlyAssemblyResolve ( object sender, ResolveEventArgs args ) : Assembly
IsHostBusFactoryType ( Type type ) : bool
IsSupportedType ( Type type ) : bool
ReflectionOnlyLoadAssembly ( string assemblyFile ) : Assembly
TrySelectAllTypes ( Assembly assembly ) : Type>>.IEnumerable

Method Details

AssemblyScanner() public method

public AssemblyScanner ( ) : System
return System

GetAssemblyRegistrations() public method

public GetAssemblyRegistrations ( ) : IEnumerable
return IEnumerable

GetHostBusFactoryType() public method

public GetHostBusFactoryType ( ) : Type
return System.Type