Open sandboxFocus

Enum AspectOrderDirection

Specifies the order in which the aspect types or aspect layers are supplied to AspectOrderAttribute.

Namespace: Metalama.Framework.Aspects
Assembly: Metalama.Framework.dll
Syntax
public enum AspectOrderDirection

Fields

Name Description
CompileTime

Means that the AspectOrderAttribute's parameter specifies the compile-time execution order (i.e. the order in which the aspects are executed in Metalama), which is intuitive to aspect authors.

RunTime

Means that the AspectOrderAttribute's parameter specifies the run-time execution order, which is more intuitive to aspect users. Prior to Metalama 2024.2, this value was the only possible one.