C# 클래스 Selenol.SelectorAttributes.InterceptorSelector

The interceptor selector which selects appropriate interceptor where it needs.
상속: IInterceptorSelector
파일 보기 프로젝트 열기: pbakshy/Selenol

공개 메소드들

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

Select interceptors which must be applied to the method.

메소드 상세

SelectInterceptors() 공개 메소드

Select interceptors which must be applied to the method.
public SelectInterceptors ( Type type, MethodInfo method, IInterceptor interceptors ) : IInterceptor[]
type System.Type The type.
method System.Reflection.MethodInfo The method.
interceptors IInterceptor The interceptors.
리턴 IInterceptor[]