C# Class Selenol.SelectorAttributes.InterceptorSelector

The interceptor selector which selects appropriate interceptor where it needs.
Inheritance: IInterceptorSelector
Datei anzeigen Open project: pbakshy/Selenol

Public Methods

Method Description
SelectInterceptors ( Type type, MethodInfo method, IInterceptor interceptors ) : IInterceptor[]

Select interceptors which must be applied to the method.

Method Details

SelectInterceptors() public method

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.
return IInterceptor[]