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

Inheritance: IProxyGenerationHook
Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Méthodes publiques

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

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

MethodsInspected() public méthode

public MethodsInspected ( ) : void
Résultat void

NonVirtualMemberNotification() public méthode

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