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

Specialization of Castle.Windsor.Proxy.DefaultProxyFactory that checks for aspects in the model and potential mixins.
상속: Castle.Windsor.Proxy.DefaultProxyFactory
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

보호된 메소드들

메소드 설명
CustomizeOptions ( Castle.DynamicProxy.ProxyGenerationOptions context, IKernel kernel, ComponentModel model, object arguments ) : void
CustomizeProxy ( object proxy, Castle.DynamicProxy.ProxyGenerationOptions context, IKernel kernel, ComponentModel model ) : void

메소드 상세

CustomizeOptions() 보호된 메소드

protected CustomizeOptions ( Castle.DynamicProxy.ProxyGenerationOptions context, IKernel kernel, ComponentModel model, object arguments ) : void
context Castle.DynamicProxy.ProxyGenerationOptions
kernel IKernel
model Castle.Core.ComponentModel
arguments object
리턴 void

CustomizeProxy() 보호된 메소드

protected CustomizeProxy ( object proxy, Castle.DynamicProxy.ProxyGenerationOptions context, IKernel kernel, ComponentModel model ) : void
proxy object
context Castle.DynamicProxy.ProxyGenerationOptions
kernel IKernel
model Castle.Core.ComponentModel
리턴 void