C# Class MassTransit.TestFramework.InterfaceReflectionCache

显示文件 Open project: MassTransit/MassTransit 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