Open sandboxFocus

Interface IIntrospectionCompilationResult

Represents the result of the processing of a compilation by Metalama.

Namespace: Metalama.Framework.Introspection
Assembly: Metalama.Framework.Introspection.dll
Syntax
public interface IIntrospectionCompilationResult : IIntrospectionCompilationDetails

Properties

Name Description
Name

Gets the name of the compilation.

TransformedCode

Gets the resulting compilation.

Extension Methods

See Also