C# Class Selenol.SelectorAttributes.InterceptorSelector

The interceptor selector which selects appropriate interceptor where it needs.
Inheritance: IInterceptorSelector
Afficher le fichier Open project: pbakshy/Selenol

Méthodes publiques

Méthode Description
SelectInterceptors ( Type type, MethodInfo method, IInterceptor interceptors ) : IInterceptor[]

Select interceptors which must be applied to the method.

Method Details

SelectInterceptors() public méthode

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.
Résultat IInterceptor[]