C# 클래스 Castle.Facilities.AspectSharp.ContainerInvocationDispatcher

This specialization of DefaultInvocationDispatcher only check if the AopAlliance interceptor can be obtained from the kernel. If not, the standard flow is used.
상속: AspectSharp.Core.Dispatcher.DefaultInvocationDispatcher
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
ContainerInvocationDispatcher ( AspectSharp.Lang.AST.AspectDefinition aspect, IKernel kernel ) : AopAlliance.Intercept

보호된 메소드들

메소드 설명
ObtainInterceptorInstance ( Type adviceType ) : IMethodInterceptor

메소드 상세

ContainerInvocationDispatcher() 공개 메소드

public ContainerInvocationDispatcher ( AspectSharp.Lang.AST.AspectDefinition aspect, IKernel kernel ) : AopAlliance.Intercept
aspect AspectSharp.Lang.AST.AspectDefinition
kernel IKernel
리턴 AopAlliance.Intercept

ObtainInterceptorInstance() 보호된 메소드

protected ObtainInterceptorInstance ( Type adviceType ) : IMethodInterceptor
adviceType System.Type
리턴 IMethodInterceptor