C# Class CastleTests.LogHook

Inheritance: IProxyGenerationHook
Afficher le fichier Open project: castleproject/Core Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public LogHook ( Type targetTypeToAssert, bool screeningEnabled = false ) : System
targetTypeToAssert System.Type
screeningEnabled bool
Résultat System

MethodsInspected() public méthode

public MethodsInspected ( ) : void
Résultat void

NonProxyableMemberNotification() public méthode

public NonProxyableMemberNotification ( Type type, MemberInfo memberInfo ) : void
type System.Type
memberInfo System.Reflection.MemberInfo
Résultat void

ShouldInterceptMethod() public méthode

public ShouldInterceptMethod ( Type type, MethodInfo memberInfo ) : bool
type System.Type
memberInfo System.Reflection.MethodInfo
Résultat bool