C# 클래스 Castle.Windsor.Tests.Interceptors.InterceptorTypeSelector

상속: IInterceptorSelector
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
InterceptorTypeSelector ( Type interceptorType ) : System
SelectInterceptors ( Type type, MethodInfo method, IInterceptor interceptors ) : IInterceptor[]

메소드 상세

InterceptorTypeSelector() 공개 메소드

public InterceptorTypeSelector ( Type interceptorType ) : System
interceptorType System.Type
리턴 System

SelectInterceptors() 공개 메소드

public SelectInterceptors ( Type type, MethodInfo method, IInterceptor interceptors ) : IInterceptor[]
type System.Type
method System.Reflection.MethodInfo
interceptors IInterceptor
리턴 IInterceptor[]