C# 클래스 Castle.DynamicProxy.Tests.GenerationHookTestCase.LogHook

상속: IProxyGenerationHook
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
LogHook ( Type targetTypeToAssert, bool screeningEnabled ) : System
MethodsInspected ( ) : void
NonVirtualMemberNotification ( Type type, MemberInfo memberInfo ) : void
ShouldInterceptMethod ( Type type, MethodInfo memberInfo ) : bool

메소드 상세

LogHook() 공개 메소드

public LogHook ( Type targetTypeToAssert, bool screeningEnabled ) : System
targetTypeToAssert System.Type
screeningEnabled bool
리턴 System

MethodsInspected() 공개 메소드

public MethodsInspected ( ) : void
리턴 void

NonVirtualMemberNotification() 공개 메소드

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

ShouldInterceptMethod() 공개 메소드

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