Represents an aspect class (i.e. a type of aspect) and exposes all its instances in the current scope.
Namespace: Metalama.Framework.Introspection
Assembly: Metalama.Framework.Introspection.dll
Syntax
public interface IIntrospectionAspectClass : IAspectClassRemarks
To obtain an IIntrospectionAspectClass from a Metalama.Framework.Workspaces.Workspace, use the
Workspace.AspectClasses property, which returns all aspect classes aggregated
across all projects in the workspace. For per-project access, use the Project.AspectClasses property.
Properties
| Name | Description |
|---|---|
| Instances | Gets the instances of the aspect class in the current scope. |