C# Class Castle.DynamicProxy.Tests.GenerationHookTestCase.LogHook

Inheritance: IProxyGenerationHook
显示文件 Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
LogHook ( Type targetTypeToAssert, bool screeningEnabled ) : System
MethodsInspected ( ) : void
NonVirtualMemberNotification ( Type type, MemberInfo memberInfo ) : void
ShouldInterceptMethod ( Type type, MethodInfo memberInfo ) : bool

Method Details

LogHook() public method

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

MethodsInspected() public method

public MethodsInspected ( ) : void
return void

NonVirtualMemberNotification() public method

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

ShouldInterceptMethod() public method

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