Contains functionality relating to the creation of dynamic proxy instances.
| Class | Description |
|---|---|
| BaseCompositionProxy | Base class that each dynamic composition proxy has to extend. |
| CompositionProxyBuilder | Implements common functionality for composition proxy builders. |
| DynamicProxyManager | Allows easy access to existing and creation of new dynamic proxies in the current AppDomain. |
| InheritanceProxyBuilder | Implements common functionality for composition proxy builders. |
| Interface | Description |
|---|---|
| IProxyBuilder | Interface that proxy builders have to implement. |
| IProxyMethodBuilder | Defines interface that proxy method builders have to implement |
© 2004-2006 Spring.NET Authors. All Rights Reserved.