C# 클래스 Castle.ProxyInfrastructure.ProxyNothingHook

상속: IProxyGenerationHook
파일 보기 프로젝트 열기: castleproject/Windsor 1 사용 예제들

공개 메소드들

메소드 설명
MethodsInspected ( ) : void
NonProxyableMemberNotification ( Type type, MemberInfo memberInfo ) : void
ShouldInterceptMethod ( Type type, MethodInfo methodInfo ) : bool

메소드 상세

MethodsInspected() 공개 메소드

public MethodsInspected ( ) : void
리턴 void

NonProxyableMemberNotification() 공개 메소드

public NonProxyableMemberNotification ( Type type, MemberInfo memberInfo ) : void
type System.Type
memberInfo System.Reflection.MemberInfo
리턴 void

ShouldInterceptMethod() 공개 메소드

public ShouldInterceptMethod ( Type type, MethodInfo methodInfo ) : bool
type System.Type
methodInfo System.Reflection.MethodInfo
리턴 bool