PostSharp.ILAPI 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

Constructors

Name Description
AspectConfiguration() PostSharp.Aspects.Configuration.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.