AspectConfiguration Class |
Namespace: PostSharp.Aspects.Configuration
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.21.0 (6.5.21.0)
public class AspectConfiguration
The AspectConfiguration type exposes the following members.
Name | Description | |
---|---|---|
AspectConfiguration | Initializes a new instance of the AspectConfiguration class |
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.
|
Reference
Other Resources
PostSharp.Aspects.Configuration.AspectConfiguration
PostSharp.Aspects.Configuration.CompositionAspectConfiguration
PostSharp.Aspects.Configuration.CustomAttributeIntroductionAspectConfiguration
PostSharp.Aspects.Configuration.EventInterceptionAspectConfiguration
PostSharp.Aspects.Configuration.LocationInterceptionAspectConfiguration
PostSharp.Aspects.Configuration.ManagedResourceIntroductionAspectConfiguration
PostSharp.Aspects.Configuration.MethodInterceptionAspectConfiguration
PostSharp.Aspects.Configuration.OnExceptionAspectConfiguration
PostSharp.Aspects.Configuration.OnMethodBoundaryAspectConfiguration