C# Class Castle.Windsor.Tests.Interceptors.InterceptorTypeSelector

Inheritance: IInterceptorSelector
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

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

Method Details

InterceptorTypeSelector() public méthode

public InterceptorTypeSelector ( Type interceptorType ) : System
interceptorType System.Type
Résultat System

SelectInterceptors() public méthode

public SelectInterceptors ( Type type, MethodInfo method, IInterceptor interceptors ) : IInterceptor[]
type System.Type
method System.Reflection.MethodInfo
interceptors IInterceptor
Résultat IInterceptor[]