Missing <summary> Documentation for Spring.Aop.Framework
| Class | Description |
|---|---|
| AbstractMethodInvocation | Convenience base class for IMethodInvocation implementations. |
| AdvisedSupport | Superclass for AOP proxy configuration managers. |
| AdvisorChainFactoryUtils | Utility methods for use by IAdvisorChainFactory implementations. |
| AopConfigException | Thrown in response to the misconfiguration of an AOP proxy. |
| AopContext | This class contains various static (Shared in Visual Basic) methods used to obtain information about the current AOP invocation. |
| AopUtils | Utility methods used by the AOP framework. |
| DynamicMethodInvocation | Invokes a target method using dynamic reflection. |
| DynamicTargetSourceWrapper | Decorates a target source with the IDisposable interface. |
| HashtableCachingAdvisorChainFactory | IAdvisorChainFactory implementation that caches advisor chains on a per-advised-method basis. |
| ProxyConfig | Convenience superclass for configuration used in creating proxies, to ensure that all proxy creators have consistent properties. |
| 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). |
| ReflectiveMethodInvocation | Invokes a target method using standard reflection. |
| StaticTargetSourceWrapper | Decorates a target source with the IDisposable interface. |
| Interface | Description |
|---|---|
| IAdvised | Configuration data for an AOP proxy factory. |
| IAdvisedSupportListener | Callback interface for AdvisedSupport listeners. |
| IAdvisorChainFactory | Factory interface for advisor chains. |
| IAopProxy | The central interface for Spring.NET based AOP proxies. |
| IAopProxyFactory | Factory interface for the creation of AOP proxies based on AdvisedSupport configuration objects. |
| ITargetAware | Provides access to the target object of an AOP proxy. |
| ITargetSourceWrapper | Decorates a target source with the IDisposable interface. |