MetalamaAPI documentationAdvanced APIMetalama.​CompilerTransformed­Files­Map
Open sandboxFocus

TransformedFilesMap Class

Contains information about files written by Metalama when the MetalamaEmitCompilerTransformedFiles project property is set.

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

Constructors

Name Description
TransformedFilesMap(IReadOnlyList<TransformedFileMapping>)

Properties

Name Description
FileName

The name of the file containing this information. It's located in the $(IntermediateOutputPath)/metalama directory.

TransformedFiles

The files modified by Metalama transformations and written to disk.