Open sandboxFocus
  • TOC

Metalama Documentation

Getting started

Conceptual documentation

Commented examples

API documentation

Aspect API

Metalama.​Framework.​Advising

Metalama.​Framework.​Aspects

Metalama.​Framework.​Code

Metalama.​Framework.​Code.​Collections

Metalama.​Framework.​Code.​Comparers

Metalama.​Framework.​Code.​Declaration­Builders

Metalama.​Framework.​Code.​Invokers

Metalama.​Framework.​Code.​Syntax­Builders

Metalama.​Framework.​Code.​Types

Metalama.​Framework.​Diagnostics

Metalama.​Framework.​Eligibility

Metalama.​Framework.​Fabrics

Metalama.​Framework.​Metrics

Metalama.​Framework.​Options

Metalama.​Framework.​Project

Metalama.​Framework.​Run­Time

Metalama.​Framework.​Serialization

Metalama.​Framework.​Services

Metalama.​Framework.​Utilities

Extensions API

Patterns API

Flashtrace API

Introspection API

Advanced API

Post­Sharp API migration

  • Article

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.

  • Navigation