C# Class FS.DI.DynamicProxy.MethodInterceptorAttribute

Inheritance: System.Attribute, IMethodInterceptor
Afficher le fichier Open project: FarseerNet/Farseer.Net.DI

Méthodes publiques

Méthode Description
OnMethodExecuted ( IMethodInvocation invocation ) : void
OnMethodExecuting ( IMethodInvocation invocation ) : void

方法执行前拦截

Method Details

OnMethodExecuted() public abstract méthode

public abstract OnMethodExecuted ( IMethodInvocation invocation ) : void
invocation IMethodInvocation
Résultat void

OnMethodExecuting() public abstract méthode

方法执行前拦截
public abstract OnMethodExecuting ( IMethodInvocation invocation ) : void
invocation IMethodInvocation
Résultat void