Missing <summary> Documentation for AopAlliance.Intercept
| Interface | Description |
|---|---|
| IConstructorInterceptor | Intercepts the construction of a new object. |
| IConstructorInvocation | A description of an invocation to a constuctor, given to an interceptor upon constructor-call. |
| IInterceptor | Represents a generic interceptor. |
| IInvocation | Represents an invocation in the program. |
| IJoinpoint | Represents a generic runtime joinpoint (in the AOP terminology). |
| IMethodInterceptor | Intercepts calls on an interface on its way to the target. |
| IMethodInvocation | Description of an invocation to a method, given to an interceptor upon method-call. |