C# Class Nimbus.Extensions.TypeProviderExtensions

Afficher le fichier Open project: NimbusAPI/Nimbus

Méthodes publiques

Méthode Description
AllClosedGenericHandlerInterfaces ( this typeProvider ) : System.Type[]
AllHandledEventTypes ( this typeProvider ) : System.Type[]
AllHandlerTypes ( this typeProvider ) : System.Type[]
AllMessageContractTypes ( this typeProvider ) : System.Type[]
AllResolvableTypes ( this typeProvider ) : System.Type[]
AllSerializableTypes ( this typeProvider ) : System.Type[]
AllTypesHandledViaTopics ( this typeProvider ) : System.Type[]
IsClosedGenericHandlerInterface ( this typeProvider, Type potentialHandlerType ) : bool

Method Details

AllClosedGenericHandlerInterfaces() public static méthode

public static AllClosedGenericHandlerInterfaces ( this typeProvider ) : System.Type[]
typeProvider this
Résultat System.Type[]

AllHandledEventTypes() public static méthode

public static AllHandledEventTypes ( this typeProvider ) : System.Type[]
typeProvider this
Résultat System.Type[]

AllHandlerTypes() public static méthode

public static AllHandlerTypes ( this typeProvider ) : System.Type[]
typeProvider this
Résultat System.Type[]

AllMessageContractTypes() public static méthode

public static AllMessageContractTypes ( this typeProvider ) : System.Type[]
typeProvider this
Résultat System.Type[]

AllResolvableTypes() public static méthode

public static AllResolvableTypes ( this typeProvider ) : System.Type[]
typeProvider this
Résultat System.Type[]

AllSerializableTypes() public static méthode

public static AllSerializableTypes ( this typeProvider ) : System.Type[]
typeProvider this
Résultat System.Type[]

AllTypesHandledViaTopics() public static méthode

public static AllTypesHandledViaTopics ( this typeProvider ) : System.Type[]
typeProvider this
Résultat System.Type[]

IsClosedGenericHandlerInterface() public static méthode

public static IsClosedGenericHandlerInterface ( this typeProvider, Type potentialHandlerType ) : bool
typeProvider this
potentialHandlerType System.Type
Résultat bool