C# Class MassTransit.Host.ServiceAssemblyScanner

Afficher le fichier Open project: MassTransit/MassTransit Class Usage Examples

Méthodes publiques

Méthode Description
GetAssemblyRegistrations ( ) : IEnumerable
GetHostBusFactoryType ( ) : Type
ServiceAssemblyScanner ( ) : System

Private Methods

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

Method Details

GetAssemblyRegistrations() public méthode

public GetAssemblyRegistrations ( ) : IEnumerable
Résultat IEnumerable

GetHostBusFactoryType() public méthode

public GetHostBusFactoryType ( ) : Type
Résultat System.Type

ServiceAssemblyScanner() public méthode

public ServiceAssemblyScanner ( ) : System
Résultat System