MethodLevelAspectWeaverInstance Properties |
The MethodLevelAspectWeaverInstance type exposes the following members.
Name | Description | |
---|---|---|
Aspect |
Gets the compile-time instance of the aspect.
(Inherited from AspectWeaverInstance.) | |
AspectConstruction |
Gets the annotation (custom attribute) constructing the aspect instance, if any.
(Inherited from AspectWeaverInstance.) | |
AspectRuntimeInstanceField |
Gets the field that contains, at runtime, the deserialized instance
of the aspect.
(Inherited from AspectWeaverInstance.) | |
AspectType |
Gets the type of the current aspect.
(Inherited from AspectWeaverInstance.) | |
AspectWeaver |
Gets the parent AspectWeaver.
(Inherited from AspectWeaverInstance.) | |
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.
(Inherited from AspectWeaverInstance.) | |
IsInstanceScoped |
Determines whether the current aspect instance is instance-scoped.
(Inherited from AspectWeaverInstance.) | |
MethodLevelAspect |
Gets the compile-time instance of the aspect, casted as a IMethodLevelAspect.
| |
Priority |
Gets the priority of the current aspect.
(Inherited from AspectWeaverInstance.) | |
RequiresRuntimeInstance |
Determines whether the current aspect requires a runtime instance.
(Inherited from AspectWeaverInstance.) | |
RequiresRuntimeInstanceInitialization |
Determines whether the current aspect requires initialization of the runtime instance.
(Inherited from AspectWeaverInstance.) | |
RuntimeReflectionObjectField |
Gets the field containing the reflection object representing, at run time, the element of code to which
the current aspect is applied.
(Inherited from AspectWeaverInstance.) | |
SymAspectInstance |
Gets the symbol representing the current aspect instance.
(Inherited from AspectWeaverInstance.) | |
TargetElement |
Gets the element to which the aspect is applied.
(Inherited from AspectWeaverInstance.) | |
TargetMethod |
Gets the method to which the aspect is applied.
| |
TargetReflectionMethod |
Gets the Reflection representation of the method to which the current aspect
is applied.
| |
TargetReflectionObject |
Gets the reflection object representing the element of code to which the current aspect is applied.
(Inherited from AspectWeaverInstance.) | |
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.
(Inherited from AspectWeaverInstance.) |