PostSharp.Sdk.AspectWeaver.AspectWeavers Namespace |
[Missing <summary> documentation for "N:PostSharp.Sdk.AspectWeaver.AspectWeavers"]
Class | Description | |
---|---|---|
AssemblyLevelAspectWeaver |
Base class for weavers of assembly-level aspects (IAssemblyLevelAspect).
| |
AssemblyLevelAspectWeaverInstance |
Extension of the AssemblyLevelAspectWeaver class that is specific to an aspect instance; an aspect instance
(AspectInstanceInfo) appears when an aspect type is applied to an element of code.
| |
EventLevelAspectWeaver |
Base class for weavers of event-level aspects (IEventLevelAspect).
| |
EventLevelAspectWeaverInstance |
Extension of the EventLevelAspectWeaver class that is specific to an aspect instance; an aspect instance
(AspectInstanceInfo) appears when an aspect type is applied to an element of code.
| |
EventValidation | ||
FieldLevelAspectWeaver |
Base class for weavers of field-level aspects (IFieldLevelAspect).
| |
FieldLevelAspectWeaverInstance |
Extension of the FieldLevelAspectWeaver class that is specific to an aspect instance; an aspect instance
(AspectInstanceInfo) appears when an aspect type is applied to an element of code.
| |
LocationLevelAspectWeaver |
Base class for weavers of location-level aspects (ILocationLevelAspect).
| |
LocationLevelAspectWeaverInstance |
Extension of the LocationLevelAspectWeaver class that is specific to an aspect instance; an aspect instance
(AspectInstanceInfo) appears when an aspect type is applied to an element of code.
| |
MethodLevelAspectWeaver |
Base class for weavers of method-level aspects (IMethodLevelAspect).
| |
MethodLevelAspectWeaverInstance |
Extension of the MethodLevelAspectWeaver class that is specific to an aspect instance; an aspect instance
(AspectInstanceInfo) appears when an aspect type is applied to an element of code.
| |
TypeLevelAspectWeaver |
Base class for weavers of type-level aspects (ITypeLevelAspect).
| |
TypeLevelAspectWeaverInstance |
Extension of the TypeLevelAspectWeaver class that is specific to an aspect instance; an aspect instance
(AspectInstanceInfo) appears when an aspect type is applied to an element of code.
|