Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

IntroductionProxyMethodBuilder Fields

The fields of the IntroductionProxyMethodBuilder class are listed below. For a complete list of IntroductionProxyMethodBuilder class members, see the IntroductionProxyMethodBuilder 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.
index The index of the introduction to delegate call to.
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.
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

IntroductionProxyMethodBuilder Class | Spring.Aop.Framework.DynamicProxy Namespace