ILocationInterceptionArgs Properties |
The ILocationInterceptionArgs type exposes the following members.

Name | Description | |
---|---|---|
![]() | Binding |
Gets an interface that allows to invoke the next node in the chain of invocation of the intercepted method.
|
![]() | Index |
Gets the current index arguments (in case of a property with parameters).
|
![]() | Instance |
Gets or sets the object instance on which the method is being executed.
|
![]() | Location |
Gets the location (field, property or parameter) related to the aspect or advice being executed.
|
![]() | LocationFullName |
Gets the full name (including the full name of the declaring type) of the location (field, property or parameter) related to the aspect or advice being executed.
|
![]() | LocationName |
Gets the name of the location (field, property or parameter) related to the aspect or advice being executed.
|
![]() | Value |
Gets or sets the location value.
|
