C# 클래스 Crow.Library.Interceptors.LibraryInterceptors.StrategyInterceptor

상속: IInterceptor
파일 보기 프로젝트 열기: msusur/Crowfx

공개 메소드들

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

보호된 메소드들

메소드 설명
OnMethodExecuting ( IInvocation invocation ) : void

비공개 메소드들

메소드 설명
GetAllMethodsInType ( IMethodInvocationContext context, IEnumerable attributes, ExecutionOrder order ) : List
IterateAttributesAndReturnTrueIfCancel ( IMethodInvocationContext context, IEnumerable attributes, ExecutionOrder order, Exception ex = null ) : bool

메소드 상세

Intercept() 공개 메소드

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

OnMethodExecuting() 보호된 메소드

protected OnMethodExecuting ( IInvocation invocation ) : void
invocation IInvocation
리턴 void