MetalamaAPI documentationAdvanced APIMetalama.​CompilerTransformer­Order­Attribute
Open sandboxFocus

TransformerOrderAttribute Class

Applying this attribute on an assembly specifies the execution order of transformers it knows about, including transformers inside the assembly itself.

Inheritance
System.Object
TransformerOrderAttribute
Namespace: Metalama.Compiler
Assembly: Metalama.Compiler.Interface.dll
Syntax
public class TransformerOrderAttribute : Attribute

Constructors

Name Description
TransformerOrderAttribute(String[])

Properties

Name Description
TransformerNames

Array of namespace-qualified names of transformer types. Their order specifies the execution order of the corresponding transformers.