AspectDescriptionAttribute Class |
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
public sealed class AspectDescriptionAttribute : Attribute
The AspectDescriptionAttribute type exposes the following members.
Name | Description | |
---|---|---|
AspectDescriptionAttribute |
Initializes a new instance of the AspectDescriptionAttribute class.
|
Name | Description | |
---|---|---|
Description |
Gets a human-readable description of the aspect class to which
the AspectDescriptionAttribute custom attribute is applied.
|
This attribute is intended to be used on simple aspects like OnMethodBoundaryAspect or MethodInterceptionArgs. For composite aspects, specify the description of each advice using the Description property.