CompilationLoader.WriteBinary(QsCompilation, Stream) Method

Definition

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

Returns

Boolean

Applies to