PostSharpAPI ReferencePost­Sharp.​Aspects.​ConfigurationAspect­Configuration
Open sandboxFocus

AspectConfiguration Class

Configuration of an IAspect.

Namespace: PostSharp.Aspects.Configuration
Assembly: PostSharp.dll
Syntax
public class AspectConfiguration : Object
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.

See Also