C# Class MassTransit.Host.ServiceAssemblyScanner

Datei anzeigen Open project: MassTransit/MassTransit Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

GetAssemblyRegistrations() public method

public GetAssemblyRegistrations ( ) : IEnumerable
return IEnumerable

GetHostBusFactoryType() public method

public GetHostBusFactoryType ( ) : Type
return System.Type

ServiceAssemblyScanner() public method

public ServiceAssemblyScanner ( ) : System
return System