C# Class Castle.Windsor.Tests.SelectAllSelector

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

Méthodes publiques

Свойство Type Description
Calls int
Instances int

Méthodes publiques

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

Method Details

SelectAllSelector() public méthode

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

Property Details

Calls public_oe static_oe property

public static int Calls
Résultat int

Instances public_oe static_oe property

public static int Instances
Résultat int