C# 클래스 FS.DI.DynamicProxy.MethodInterceptorAttribute

상속: System.Attribute, IMethodInterceptor
파일 보기 프로젝트 열기: FarseerNet/Farseer.Net.DI

공개 메소드들

메소드 설명
OnMethodExecuted ( IMethodInvocation invocation ) : void
OnMethodExecuting ( IMethodInvocation invocation ) : void

方法执行前拦截

메소드 상세

OnMethodExecuted() 공개 추상적인 메소드

public abstract OnMethodExecuted ( IMethodInvocation invocation ) : void
invocation IMethodInvocation
리턴 void

OnMethodExecuting() 공개 추상적인 메소드

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