Description of an invocation to a method, given to an interceptor upon method-call.
For a list of all members of this type, see IMethodInvocation Members .
| Type | Description |
|---|---|
| AbstractMethodInvocation | Convenience base class for IMethodInvocation implementations. |
| DynamicMethodInvocation | Invokes a target method using dynamic reflection. |
| ReflectiveMethodInvocation | Invokes a target method using standard reflection. |
A method invocation is a joinpoint and can be intercepted by a method interceptor.
Namespace: AopAlliance.Intercept
Assembly: Spring.Aop (in Spring.Aop.dll)
IMethodInvocation Members | AopAlliance.Intercept Namespace | IMethodInterceptor