C# Class CastleTests.LogHook

Inheritance: IProxyGenerationHook
ファイルを表示 Open project: castleproject/Core Class Usage Examples

Public Methods

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

Method Details

LogHook() public method

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

MethodsInspected() public method

public MethodsInspected ( ) : void
return void

NonProxyableMemberNotification() public method

public NonProxyableMemberNotification ( 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