The properties of the AbstractMethodInvocation class are listed below. For a complete list of AbstractMethodInvocation class members, see the AbstractMethodInvocation Members topic.
Arguments | Gets and sets the arguments (if any - may be |
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. |
AbstractMethodInvocation Class | Spring.Aop.Framework Namespace