C# 클래스 Project.Aop.Aspects.Aspect

Abstract class to wrap Castle Windsor's IInterceptor to only fire if the method or class is decorated with this attribute.
상속: System.Attribute, IInterceptor
파일 보기 프로젝트 열기: cardinal-solutions/AOPwithCastleWindsor

공개 메소드들

메소드 설명
Intercept ( IInvocation invocation ) : void
ProcessInvocation ( IInvocation invocation ) : void

비공개 메소드들

메소드 설명
CanIntercept ( IInvocation invocation, Type type ) : bool

Determine if the intercepted class or method is decorated with the current attribute Classes decorated will process if decorated on ALL methods Methods decorated will process if decorate

메소드 상세

Intercept() 공개 메소드

public Intercept ( IInvocation invocation ) : void
invocation IInvocation
리턴 void

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

public abstract ProcessInvocation ( IInvocation invocation ) : void
invocation IInvocation
리턴 void