C# Class Castle.Windsor.Tests.SelectAllSelector

Inheritance: IInterceptorSelector
Show file Open project: castleproject/Windsor

Public Properties

Property Type Description
Calls int
Instances int

Public Methods

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

Method Details

SelectAllSelector() public method

public SelectAllSelector ( ) : System
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[]

Property Details

Calls public static property

public static int Calls
return int

Instances public static property

public static int Instances
return int