The fields of the AbstractAopProxyMethodBuilder class are listed below. For a complete list of AbstractAopProxyMethodBuilder class members, see the AbstractAopProxyMethodBuilder Members topic.
aopProxyGenerator | The IAopProxyTypeGenerator implementation to use. |
arguments | The local variable to store method arguments. |
explicitImplementation (inherited from AbstractProxyMethodBuilder) | Indicates whether interfaces should be implemented explicitly. |
genericOnProxyTargetMethod | The local variable to store the closed generic method when the target method defined on the proxy is generic. |
genericTargetMethod | The local variable to store the closed generic method when the target method is generic. |
interceptors | The local variable to store the list of method interceptors. |
methodReturnsValue | Indicates if the method returns a value. |
onProxyTargetMethodCacheField | The field to cache the target MethodInfo defined on the proxy. |
onProxyTargetMethods | The dictionary to cache the list of target MethodInfos defined on the proxy. |
proxyGenerator (inherited from AbstractProxyMethodBuilder) | The IProxyTypeGenerator implementation to use. |
returnValue | The local variable to store the return value. |
targetMethodCacheField | The field to cache the target MethodInfo. |
targetMethods | The dictionary to cache the list of target MethodInfos. |
targetType | The local variable to store the target type being proxied. |
typeBuilder (inherited from AbstractProxyMethodBuilder) | The type builder to use. |
AbstractAopProxyMethodBuilder Class | Spring.Aop.Framework.DynamicProxy Namespace