C# 클래스 Castle.Windsor.Tests.SelectAllSelector

상속: IInterceptorSelector
파일 보기 프로젝트 열기: castleproject/Windsor

공개 프로퍼티들

프로퍼티 타입 설명
Calls int
Instances int

공개 메소드들

메소드 설명
SelectAllSelector ( ) : System
SelectInterceptors ( Type type, MethodInfo method, IInterceptor interceptors ) : IInterceptor[]

메소드 상세

SelectAllSelector() 공개 메소드

public SelectAllSelector ( ) : System
리턴 System

SelectInterceptors() 공개 메소드

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

프로퍼티 상세

Calls 공개적으로 정적으로 프로퍼티

public static int Calls
리턴 int

Instances 공개적으로 정적으로 프로퍼티

public static int Instances
리턴 int