C# Class FS.DI.DynamicProxy.MethodInterceptorAttribute

Inheritance: System.Attribute, IMethodInterceptor
Mostra file Open project: FarseerNet/Farseer.Net.DI

Public Methods

Method Description
OnMethodExecuted ( IMethodInvocation invocation ) : void
OnMethodExecuting ( IMethodInvocation invocation ) : void

方法执行前拦截

Method Details

OnMethodExecuted() public abstract method

public abstract OnMethodExecuted ( IMethodInvocation invocation ) : void
invocation IMethodInvocation
return void

OnMethodExecuting() public abstract method

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