IOnMethodBoundaryAspect Methods |
The IOnMethodBoundaryAspect type exposes the following members.
Name | Description | |
---|---|---|
OnEntry |
Method executed before the body of methods to which this aspect is applied.
| |
OnException |
Method executed after the body of methods to which this aspect is applied,
in case that the method resulted with an exception.
| |
OnExit |
Method executed after the body of methods to which this aspect is applied,
even when the method exists with an exception (this method is invoked from
the finally block).
| |
OnSuccess |
Method executed after the body of methods to which this aspect is applied,
but only when the method successfully returns (i.e. when no exception flies out
the method.).
| |
RuntimeInitialize |
Initializes the current aspect.
(Inherited from IMethodLevelAspect.) |