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

Inheritance: IInterceptorSelector
Exibir arquivo Open project: castleproject/Windsor

Public Methods

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

Method Details

InterceptorTypeSelector() public method

public InterceptorTypeSelector ( Type interceptorType ) : System
interceptorType System.Type
return System

SelectInterceptors() public method

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