| IMethodInterceptorOnExit Methods |
The IMethodInterceptorOnExit type exposes the following members.
Methods
| Name | Description |
---|
| OnExit |
Invoked if the intercepted method has finished executing. Renders the OnExit useless.
If the returnType is a Void, then returnValue is null.
|
TopSee Also