Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

ReflectiveMethodInvocation Fields

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

Protected Instance Fields

arguments (inherited from AbstractMethodInvocation) The arguments (if any = may be ) to the method that is to be invoked.
currentInterceptorIndex (inherited from AbstractMethodInvocation) The index from 0 of the current interceptor we're invoking.
interceptors (inherited from AbstractMethodInvocation) The list of IMethodInterceptor and that need dynamic checks.
method (inherited from AbstractMethodInvocation) The method invocation that is to be invoked.
proxy (inherited from AbstractMethodInvocation) The AOP proxy for the target object.
proxyMethod The method invocation that is to be invoked on the proxy.
target (inherited from AbstractMethodInvocation) The target object that the method is to be invoked on.
targetType (inherited from AbstractMethodInvocation) The declaring type of the method that is to be invoked.

See Also

ReflectiveMethodInvocation Class | Spring.Aop.Framework Namespace