Represents an invocation in the program.
For a list of all members of this type, see IInvocation Members .
AopAlliance.Intercept.IInvocation
AopAlliance.Intercept.IConstructorInvocation
AopAlliance.Intercept.IMethodInvocation
| 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. |
An invocation is a joinpoint and can be intercepted by an interceptor. Typical examples would be a constructor invocation and a method call.
Namespace: AopAlliance.Intercept
Assembly: Spring.Aop (in Spring.Aop.dll)
IInvocation Members | AopAlliance.Intercept Namespace