CompilationLoader.WriteBinary(QsCompilation, Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes a binary representation of the Q# compilation to supplied stream.
public static bool WriteBinary (Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation syntaxTree, System.IO.Stream stream);
static member WriteBinary : Microsoft.Quantum.QsCompiler.SyntaxTree.QsCompilation * System.IO.Stream -> bool
Public Shared Function WriteBinary (syntaxTree As QsCompilation, stream As Stream) As Boolean
Parameters
- syntaxTree
- QsCompilation
- stream
- Stream