MethodExecutionArgs Properties |
The MethodExecutionArgs type exposes the following members.
Name | Description | |
---|---|---|
Arguments |
Gets the arguments with which the method has been invoked.
| |
DeclarationIdentifier |
Gets the DeclarationIdentifier of the declaration to which the
advice has been applied.
(Inherited from AdviceArgs.) | |
Exception |
Gets or sets the exception thrown by the target method.
| |
FlowBehavior |
Determines the control flow of the target method once the advice is exited.
| |
Instance |
Gets or sets the object instance on which the method is being executed.
(Inherited from AdviceArgs.) | |
Method |
Gets the method being executed.
| |
MethodExecutionTag |
User-defined state information whose lifetime is linked to the
current method execution. Aspects derived from IOnMethodBoundaryAspect
should use this property to save state information between
different events (OnEntry(MethodExecutionArgs),
OnExit(MethodExecutionArgs) and OnException(MethodExecutionArgs)).
| |
ReturnValue |
Gets or sets the method return value.
| |
YieldValue |
Gets or sets the value yielded by the iterator method.
|