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 SourceWriteTo(Stream)
Writes this target assembly to a stream.
Declaration
void WriteTo(Stream output)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | output | An output stream. |