C# Class Nimbus.Extensions.TypeProviderExtensions

Datei anzeigen Open project: NimbusAPI/Nimbus

Public Methods

Method 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 method

public static AllClosedGenericHandlerInterfaces ( this typeProvider ) : System.Type[]
typeProvider this
return System.Type[]

AllHandledEventTypes() public static method

public static AllHandledEventTypes ( this typeProvider ) : System.Type[]
typeProvider this
return System.Type[]

AllHandlerTypes() public static method

public static AllHandlerTypes ( this typeProvider ) : System.Type[]
typeProvider this
return System.Type[]

AllMessageContractTypes() public static method

public static AllMessageContractTypes ( this typeProvider ) : System.Type[]
typeProvider this
return System.Type[]

AllResolvableTypes() public static method

public static AllResolvableTypes ( this typeProvider ) : System.Type[]
typeProvider this
return System.Type[]

AllSerializableTypes() public static method

public static AllSerializableTypes ( this typeProvider ) : System.Type[]
typeProvider this
return System.Type[]

AllTypesHandledViaTopics() public static method

public static AllTypesHandledViaTopics ( this typeProvider ) : System.Type[]
typeProvider this
return System.Type[]

IsClosedGenericHandlerInterface() public static method

public static IsClosedGenericHandlerInterface ( this typeProvider, Type potentialHandlerType ) : bool
typeProvider this
potentialHandlerType System.Type
return bool