MethodInterceptionArgs Properties |
The MethodInterceptionArgs type exposes the following members.
Name | Description | |
---|---|---|
Arguments |
Gets the list of arguments with which the method has been invoked.
| |
AsyncBinding |
Gets an interface that allows to invoke asynchronously the next node in the chain of invocation of the intercepted method.
| |
Binding |
Gets an interface that allows to invoke the next node in the chain of invocation of the intercepted method.
| |
DeclarationIdentifier |
Gets the DeclarationIdentifier of the declaration to which the
advice has been applied.
(Inherited from AdviceArgs.) | |
Instance |
Gets or sets the object instance on which the method is being executed.
(Inherited from AdviceArgs.) | |
IsAsync |
Determines whether the intercepted method is async, and therefore whether the AsyncBinding property
and ProceedAsync() method are available.
| |
Method |
Gets the method being executed.
| |
ReturnValue |
Gets or sets the return value of the method.
|