C# Class ConsoleApplication1.SampleInterceptor

Inheritance: IInterceptor
Afficher le fichier Open project: nootn/MiniProfiler.Windows

Méthodes publiques

Méthode Description
AfterInvocation ( ) : void
BeforeInvocation ( ) : void
InterceptMethod ( IInvocation invocation, MethodBase method, Attribute attribute ) : void

Method Details

AfterInvocation() public méthode

public AfterInvocation ( ) : void
Résultat void

BeforeInvocation() public méthode

public BeforeInvocation ( ) : void
Résultat void

InterceptMethod() public méthode

public InterceptMethod ( IInvocation invocation, MethodBase method, Attribute attribute ) : void
invocation IInvocation
method MethodBase
attribute System.Attribute
Résultat void