C# Класс Castle.Windsor.Tests.Interceptors.InterceptorTypeSelector

Наследование: IInterceptorSelector
Показать файл Открыть проект

Открытые методы

Метод Описание
InterceptorTypeSelector ( Type interceptorType ) : System
SelectInterceptors ( Type type, MethodInfo method, IInterceptor interceptors ) : IInterceptor[]

Описание методов

InterceptorTypeSelector() публичный Метод

public InterceptorTypeSelector ( Type interceptorType ) : System
interceptorType System.Type
Результат System

SelectInterceptors() публичный Метод

public SelectInterceptors ( Type type, MethodInfo method, IInterceptor interceptors ) : IInterceptor[]
type System.Type
method System.Reflection.MethodInfo
interceptors IInterceptor
Результат IInterceptor[]