PostSharp.Sdk.AspectWeaver.Dependencies Namespace |
[Missing <summary> documentation for "N:PostSharp.Sdk.AspectWeaver.Dependencies"]
Class | Description | |
---|---|---|
AspectTypeDependencyCondition |
An AspectDependencyCondition checking that the aspect of the right
member of the condition is of a given type.
| |
DependencyObjectTypeDependencyCondition<T> |
An AspectDependencyCondition that evaluates to true if the right
member of the condition is a dependency object of a specified type.
| |
ProvidedByAdviceDependency |
An AspectDependency representing the fact that the dependency object has been provided by an advice of a given name.
| |
SameAspectInstanceDependencyCondition |
An AspectDependencyCondition that evaluates to true if two dependency objects
are related to the same aspect instance.
|
Interface | Description | |
---|---|---|
IPriorityAwareDependencyObject |
A dependency object exposing a Priority priority.
|