Default implementation of the IAopProxyFactory interface, either creating a decorator-based dynamic proxy or a composition-based dynamic proxy.
For a list of all members of this type, see DefaultAopProxyFactory Members .
System.Object
DefaultAopProxyFactory
CachedAopProxyFactory
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Creates a decorator-base proxy if one the following is true : - the "ProxyTargetType" property is set - no interfaces have been specified
In general, specify "ProxyTargetType" to enforce a decorator-based proxy, or specify one or more interfaces to use a composition-based proxy.
Namespace: Spring.Aop.Framework.DynamicProxy
Assembly: Spring.Aop (in Spring.Aop.dll)
DefaultAopProxyFactory Members | Spring.Aop.Framework.DynamicProxy Namespace | IAopProxyFactory