Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

AbstractMethodInvocation Fields

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

Protected Instance Fields

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

See Also

AbstractMethodInvocation Class | Spring.Aop.Framework Namespace