Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

AbstractMethodInvocation Properties

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

Public Instance Properties

Arguments Gets and sets the arguments (if any - may be ) to the method that is to be invoked.
Interceptors The list of method interceptors.
Method Gets the method invocation that is to be invoked.
Proxy Gets the proxy that this interception was made through.
StaticPart Gets the static part of this joinpoint.
Target Gets the target object for the invocation.
TargetType Gets the type of the target object.
This Gets the target object.

See Also

AbstractMethodInvocation Class | Spring.Aop.Framework Namespace