C# Class MassTransit.Host.AssemblyRegistration

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

Méthodes publiques

Свойство Type Description
Assembly System.Reflection.Assembly
EndpointSpecificationTypes System.Type[]
ServiceSpecificationType System.Type
Types System.Type[]

Méthodes publiques

Méthode Description
AssemblyRegistration ( Assembly assembly, Type types ) : System

Private Methods

Méthode Description
DebuggerDisplay ( ) : string
GetEndpointSpecifications ( Type types ) : IEnumerable
GetServiceSpecification ( Type types ) : Type

Method Details

AssemblyRegistration() public méthode

public AssemblyRegistration ( Assembly assembly, Type types ) : System
assembly System.Reflection.Assembly
types System.Type
Résultat System

Property Details

Assembly public_oe property

public Assembly,System.Reflection Assembly
Résultat System.Reflection.Assembly

EndpointSpecificationTypes public_oe property

public Type[],System EndpointSpecificationTypes
Résultat System.Type[]

ServiceSpecificationType public_oe property

public Type,System ServiceSpecificationType
Résultat System.Type

Types public_oe property

public Type[],System Types
Résultat System.Type[]