Open sandboxFocus

Class AspectConfigurationAttributeTypeAttribute

Custom attribute that, when applied to an aspect, specifies which custom attribute type (derived from AspectConfigurationAttribute) can provide declarative configuration for the aspect.

Inheritance
AspectConfigurationAttributeTypeAttribute
Namespace: PostSharp.Aspects.Configuration
Assembly: PostSharp.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class AspectConfigurationAttributeTypeAttribute : Attribute

Constructors

Name Description
AspectConfigurationAttributeTypeAttribute(Type)

Initializes a new AspectConfigurationAttribute.

Properties

Name Description
AttributeType

Gets the type of the custom attribute (derived from AspectConfigurationAttribute) that can provide declarative configuration for the aspect.