PostSharpAPI ReferencePost­Sharp.​Aspects.​Dependencies
Open sandboxFocus

PostSharp.Aspects.Dependencies Namespace

Classes

AdviceDependencyAttribute

Specifies an aspect dependency matching an advice of the same aspect instance.

AspectDependencyAction

Enumeration of the different kinds of relationships of specified by aspect dependencies.

AspectDependencyAttribute

Base class for all custom attributes defining aspect dependencies. An aspect dependency determines the behavior of aspects or advices when used in conjunction with other aspects and advices. Aspect dependencies determine ordering, requirements, conflicts, and commutativity of aspects and advices.

AspectDependencyAttributeCollection

Collection of AspectDependencyAttribute.

AspectDependencyPosition

Enumeration of the direction of the relationship specified by an aspect dependency.

AspectDependencyTarget

Enumeration of targets (Default or Type) to which the aspect dependency apply.

AspectEffectDependencyAttribute

Specifies an aspect dependency matching aspects or advices having a given effect.

AspectRoleDependencyAttribute

Specifies an aspect dependency matching aspects or advices that are a part of a given role.

AspectTypeDependencyAttribute

Specifies an aspect dependency matching aspects of a specified type, and all its advices.

ProvideAspectRoleAttribute

Specifies that the aspect or aspect advice to which this custom attribute is applied is a part of a given role. This aspect or advice can then be matched by AspectRoleDependencyAttribute/

StandardEffects

List of standard effects.

StandardRoles

List of standard roles.

WaiveAspectEffectAttribute

Declares that the aspect class or advice to which this custom attribute is applied is exempt of a given effect.