IAspectInstance Interface |
Represents an instance of an aspect applied to a declaration.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public interface IAspectInstance
The IAspectInstance type exposes the following members.
Name | Description | |
---|---|---|
Aspect |
Gets the aspect instance.
| |
AspectConfiguration |
Gets the aspect configuration.
| |
AspectConstruction |
Gets the aspect construction.
| |
AspectType |
Gets the type of the aspect.
|