EventLevelAspectWeaver Class |
PostSharp.Sdk.AspectWeaver.AspectWeaver
PostSharp.Sdk.AspectWeaver.AspectWeavers.EventLevelAspectWeaver
Namespace: PostSharp.Sdk.AspectWeaver.AspectWeavers
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 6.10.10.0 (6.10.10.0)
public abstract class EventLevelAspectWeaver : AspectWeaver
The EventLevelAspectWeaver type exposes the following members.
Name | Description | |
---|---|---|
EventLevelAspectWeaver |
Initializes a new EventLevelAspectWeaver.
|
Name | Description | |
---|---|---|
AdviceWeavers |
Gets the collection of weavers of advices included in the current aspect type.
(Inherited from AspectWeaver.) | |
AspectConfigurationAttributeSystemType |
Gets the Type of the aspect configuration custom attribute.
(Inherited from AspectWeaver.) | |
AspectDescription | (Inherited from AspectWeaver.) | |
AspectInfrastructureTask |
Gets the parent AspectInfrastructureTask.
(Inherited from AspectWeaver.) | |
AspectRuntimeType | (Inherited from AspectWeaver.) | |
AspectType |
Gets the aspect type processed by the current AspectWeaver.
(Inherited from AspectWeaver.) | |
AspectWeaverTask |
Gets the parent AspectWeaverTask.
(Inherited from AspectWeaver.) | |
CanTargetAspects | (Inherited from AspectWeaver.) | |
DeclarativeConfiguration |
Gets the aspect configuration that was provided declaratively, using a custom attribute of type AspectConfigurationAttribute.
(Inherited from AspectWeaver.) | |
Dependencies |
Gets the collection of dependencies (AspectDependency) of the current aspect type
(where dependency objects of the current aspect weaver 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 AspectWeaver.) | |
IsInstanceScoped |
Determines whether the current aspect type is instance-scoped.
(Inherited from AspectWeaver.) | |
LinesOfCodeAvoidedExplicit |
Count of lines of code avoided set explicitly using LinesOfCodeAvoidedAttribute.
(Inherited from AspectWeaver.) | |
LinesOfCodeAvoidedImplicitBase |
Count of lines of code avoided by each usage of the aspect.
(Inherited from AspectWeaver.) | |
Module |
Gets the ModuleDeclaration being processed.
(Inherited from AspectWeaver.) | |
ReflectionObjectBuilder |
Gets the ReflectionObjectBuilder able to emit instructions that load
the reflection object corresponding to the element of code to which the aspects of this AspectWeaver
are applied.
(Inherited from AspectWeaver.) | |
RequiresRuntimeInstance |
Determines whether the current aspect requires a runtime instance.
(Inherited from AspectWeaver.) | |
RequiresRuntimeInstanceInitialization |
Determines whether the current aspect requires initialization of the runtime instance.
(Inherited from AspectWeaver.) | |
RequiresRuntimeReflectionObject |
Determines whether the current AspectWeaver shall need a reference to the reflection object
representing the element of code to which aspects are applied.
(Inherited from AspectWeaver.) | |
TypeLevelDependencies |
Gets the collection of dependencies (AspectDependency) of the current aspect type
(where dependency objects of the current aspect weaver 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 AspectWeaver.) | |
ValidTargets |
Gets the kinds of elements of code to which aspects of the current AspectWeaver
can be applied.
(Inherited from AspectWeaver.) | |
WaivedEffects |
Gets the set of effects that are waived (opted out) for the current AspectWeaver.
(Inherited from AspectWeaver.) |
Name | Description | |
---|---|---|
AddLicenseRequirement | Obsolete.
Adds a license requirement for the current AspectWeaver.
(Inherited from AspectWeaver.) | |
ApplyWaivedEffects |
Remove the effects waived from the current aspect type (as added to the WaivedEffects collection)
from transformation.
(Inherited from AspectWeaver.) | |
CreateAspectWeaverInstance |
Creates a new AspectWeaverInstance for a given aspect instance.
(Inherited from AspectWeaver.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAspectDisplayName |
Gets a human-readable name of the current aspect type.
(Inherited from AspectWeaver.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetImplicitLinesOfCodeAvoidedByAdvice | (Inherited from AspectWeaver.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasLinesOfCodeAvoided | (Inherited from AspectWeaver.) | |
Initialize |
Initialize the current weaver and its aspect.
(Inherited from AspectWeaver.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from AspectWeaver.) | |
ValidateAspectInstance |
Validates an aspect instance, i.e. a concrete usage of an aspect of the type supported by the current AspectWeaver.
(Overrides AspectWeaver.ValidateAspectInstance(AspectInstanceInfo).) |