C# 클래스 MassTransit.TestFramework.InterfaceReflectionCache

파일 보기 프로젝트 열기: MassTransit/MassTransit 1 사용 예제들

공개 메소드들

메소드 설명
Get ( Type type, Type interfaceType ) : Type
GetGenericInterface ( Type type, Type interfaceType ) : Type
InterfaceReflectionCache ( ) : System

비공개 메소드들

메소드 설명
GetInterfaceInternal ( Type type, Type interfaceType ) : Type

메소드 상세

Get() 공개 메소드

public Get ( Type type, Type interfaceType ) : Type
type System.Type
interfaceType System.Type
리턴 System.Type

GetGenericInterface() 공개 메소드

public GetGenericInterface ( Type type, Type interfaceType ) : Type
type System.Type
interfaceType System.Type
리턴 System.Type

InterfaceReflectionCache() 공개 메소드

public InterfaceReflectionCache ( ) : System
리턴 System