Configuration data for an AOP proxy factory.
For a list of all members of this type, see IAdvised Members .
| Type | Description |
|---|---|
| AdvisedSupport | Superclass for AOP proxy configuration managers. |
| AdvisedProxy | Represents the AOP configuration data built-in with the proxy. |
| BaseCompositionAopProxy | Base class that each dynamic composition proxy has to extend. |
| ProxyFactory | Factory for AOP proxies for programmatic use, rather than via a Spring.NET IoC container. |
| ProxyFactoryObject | IFactoryObject implementation to source AOP proxies from a Spring.NET IoC container (an IObjectFactory). |
This configuration includes the IInterceptors, IAdvisors, and (any) proxied interfaces.
Any AOP proxy obtained from Spring.NET can be cast to this interface to allow the manipulation of said proxy's AOP advice.
Namespace: Spring.Aop.Framework
Assembly: Spring.Aop (in Spring.Aop.dll)
IAdvised Members | Spring.Aop.Framework Namespace | AdvisedSupport