AspectWeaverInstance Properties |
The AspectWeaverInstance type exposes the following members.
Name | Description | |
---|---|---|
Aspect |
Gets the compile-time instance of the aspect.
| |
AspectConstruction |
Gets the annotation (custom attribute) constructing the aspect instance, if any.
| |
AspectRuntimeInstanceField |
Gets the field that contains, at runtime, the deserialized instance
of the aspect.
| |
AspectType |
Gets the type of the current aspect.
| |
AspectWeaver |
Gets the parent AspectWeaver.
| |
Dependencies |
Gets the collection of dependencies (AspectDependency) of the current aspect
(where dependency objects of the current aspect occupy the left position of the relationship),
for dependency objects that apply on the element of code to which this aspect is applied.
| |
IsInstanceScoped |
Determines whether the current aspect instance is instance-scoped.
| |
Priority |
Gets the priority of the current aspect.
| |
RequiresRuntimeInstance |
Determines whether the current aspect requires a runtime instance.
| |
RequiresRuntimeInstanceInitialization |
Determines whether the current aspect requires initialization of the runtime instance.
| |
RuntimeReflectionObjectField |
Gets the field containing the reflection object representing, at run time, the element of code to which
the current aspect is applied.
| |
SymAspectInstance |
Gets the symbol representing the current aspect instance.
| |
TargetElement |
Gets the element to which the aspect is applied.
| |
TargetReflectionObject |
Gets the reflection object representing the element of code to which the current aspect is applied.
| |
TypeLevelDependencies |
Gets the collection of dependencies (AspectDependency) of the current aspect
(where dependency objects of the current aspect occupy the left position of the relationship),
for dependency objects that apply on type declaring the element of code to which this aspect is applied.
If the aspect is not applied to a type member (or a parameter of a type member), this property is equal to
Dependencies.
|