Describes the operations that generates IL instructions used to build the Aop proxy type.
For a list of all members of this type, see IAopProxyTypeGenerator Members .
| Type | Description |
|---|---|
| AbstractAopProxyTypeBuilder | Base class for proxy builders that can be used to create an AOP proxy for any object. |
| CompositionAopProxyTypeBuilder | Builds an AOP proxy type using composition. |
| DecoratorAopProxyTypeBuilder | Builds an AOP proxy type using the decorator pattern. |
| InheritanceAopProxyTypeBuilder | Builds an AOP proxy type using inheritance. |
Namespace: Spring.Aop.Framework.DynamicProxy
Assembly: Spring.Aop (in Spring.Aop.dll)
IAopProxyTypeGenerator Members | Spring.Aop.Framework.DynamicProxy Namespace