Show / Hide Table of Contents

    Interface ITargetAssembly

    An assembly generated by a back-end.

    Namespace: Flame.Compiler.Pipeline
    Assembly: Flame.Compiler.dll
    Syntax
    public interface ITargetAssembly

    Methods

    | Improve this Doc View Source

    WriteTo(Stream)

    Writes this target assembly to a stream.

    Declaration
    void WriteTo(Stream output)
    Parameters
    Type Name Description
    System.IO.Stream output

    An output stream.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX