IMethodInterceptor Methods |
The IMethodInterceptor type exposes the following members.
Name | Description | |
---|---|---|
OnEnter |
Invoked if an intercepted method has been called
| |
OnException |
Invoked if an intercepted method has raised an exception.
| |
OnExit |
Invoked if the intercepted method has finished executing.
|