Class AspectDescriptionAttribute
Custom attribute that, when applied to an aspect class, specifies a human-readable description of the aspect that can be displayed in PostSharp Tools for Visual Studio.
Namespace: PostSharp.Aspects
Assembly: PostSharp.dll
Syntax
public sealed class AspectDescriptionAttribute : Attribute
Constructors
Name | Description |
---|---|
AspectDescriptionAttribute(String) | Initializes a new instance of the AspectDescriptionAttribute class. |
Properties
Name | Description |
---|---|
Description | Gets a human-readable description of the aspect class to which the AspectDescriptionAttribute custom attribute is applied. |