Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

TargetAopProxyMethodBuilder Fields

The fields of the TargetAopProxyMethodBuilder class are listed below. For a complete list of TargetAopProxyMethodBuilder class members, see the TargetAopProxyMethodBuilder Members topic.

Protected Instance Fields

aopProxyGenerator (inherited from AbstractAopProxyMethodBuilder) The IAopProxyTypeGenerator implementation to use.
arguments (inherited from AbstractAopProxyMethodBuilder) The local variable to store method arguments.
explicitImplementation (inherited from AbstractProxyMethodBuilder) Indicates whether interfaces should be implemented explicitly.
genericOnProxyTargetMethod (inherited from AbstractAopProxyMethodBuilder) The local variable to store the closed generic method when the target method defined on the proxy is generic.
genericTargetMethod (inherited from AbstractAopProxyMethodBuilder) The local variable to store the closed generic method when the target method is generic.
interceptors (inherited from AbstractAopProxyMethodBuilder) The local variable to store the list of method interceptors.
methodReturnsValue (inherited from AbstractAopProxyMethodBuilder) Indicates if the method returns a value.
onProxyTargetMethodCacheField (inherited from AbstractAopProxyMethodBuilder) The field to cache the target MethodInfo defined on the proxy.
onProxyTargetMethods (inherited from AbstractAopProxyMethodBuilder) The dictionary to cache the list of target MethodInfos defined on the proxy.
proxyGenerator (inherited from AbstractProxyMethodBuilder) The IProxyTypeGenerator implementation to use.
returnValue (inherited from AbstractAopProxyMethodBuilder) The local variable to store the return value.
targetMethodCacheField (inherited from AbstractAopProxyMethodBuilder) The field to cache the target MethodInfo.
targetMethods (inherited from AbstractAopProxyMethodBuilder) The dictionary to cache the list of target MethodInfos.
targetSource The local variable to store the ITargetSourceWrapper instance.
targetType (inherited from AbstractAopProxyMethodBuilder) The local variable to store the target type being proxied.
typeBuilder (inherited from AbstractProxyMethodBuilder) The type builder to use.

See Also

TargetAopProxyMethodBuilder Class | Spring.Aop.Framework.DynamicProxy Namespace