AspectDescriptionAttribute Class |
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 5.0.55.0 (5.0.55.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.
|
Name | Description | |
---|---|---|
QueryInterface<T> |
Gets the implementation of a specified interface for the specified object.
(Defined by QueryInterfaceExtensions.) |
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.