IAspectInstance Interface |
Represents an instance of an aspect applied to a declaration.
Namespace: PostSharp.Aspects
Assembly: PostSharp (in PostSharp.dll) Version: 4.3.48.0 (4.3.48.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.
|