C# Class Automatonymous.Tests.InterfaceReflectionCache

Show file Open project: MassTransit/Automatonymous Class Usage Examples

Public Methods

Method Description
Get ( Type type, Type interfaceType ) : Type
GetGenericInterface ( Type type, Type interfaceType ) : Type
InterfaceReflectionCache ( ) : System

Private Methods

Method Description
GetInterfaceInternal ( Type type, Type interfaceType ) : Type

Method Details

Get() public method

public Get ( Type type, Type interfaceType ) : Type
type System.Type
interfaceType System.Type
return System.Type

GetGenericInterface() public method

public GetGenericInterface ( Type type, Type interfaceType ) : Type
type System.Type
interfaceType System.Type
return System.Type

InterfaceReflectionCache() public method

public InterfaceReflectionCache ( ) : System
return System