C# Class Castle.Facilities.AspectSharp.AopProxyFactory

Specialization of Castle.Windsor.Proxy.DefaultProxyFactory that checks for aspects in the model and potential mixins.
Inheritance: Castle.Windsor.Proxy.DefaultProxyFactory
Mostra file Open project: nats/castle-1.0.3-mono

Protected Methods

Method Description
CustomizeOptions ( Castle.DynamicProxy.ProxyGenerationOptions context, IKernel kernel, ComponentModel model, object arguments ) : void
CustomizeProxy ( object proxy, Castle.DynamicProxy.ProxyGenerationOptions context, IKernel kernel, ComponentModel model ) : void

Method Details

CustomizeOptions() protected method

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
return void

CustomizeProxy() protected method

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
return void