Configuration of an IAspect.
Inheritance
AspectConfiguration
Namespace: PostSharp.Aspects.Configuration
Assembly: PostSharp.dll
Syntax
public class AspectConfiguration
Remarks
Every concrete aspect class has a corresponding configuration class derived from AspectConfiguration.
Constructors
Name | Description |
---|---|
AspectConfiguration() |
Properties
Name | Description |
---|---|
AspectPriority | Gets or sets the aspect priority. Aspects with smaller priority are processed first. The default priority is zero. |
Dependencies | Gets or sets the collection of dependencies. |
SerializerType | Gets or sets the type of the serializer that will be used to configure the current aspect. |
UnsupportedTargetAction | Specifies the action to take when the aspect is applied to an unsupported target element. |