AssemblyInfo Constructors

Definition

Overloads

AssemblyInfo(Assembly)
AssemblyInfo(Assembly, String, QsNamespace[], Stream)

AssemblyInfo(Assembly)

public AssemblyInfo (System.Reflection.Assembly assembly);
new Microsoft.Quantum.IQSharp.AssemblyInfo : System.Reflection.Assembly -> Microsoft.Quantum.IQSharp.AssemblyInfo
Public Sub New (assembly As Assembly)

Parameters

assembly
Assembly

Applies to

AssemblyInfo(Assembly, String, QsNamespace[], Stream)

public AssemblyInfo (System.Reflection.Assembly? assembly, string? location, Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace[]? syntaxTree, System.IO.Stream? qirBitcode);
new Microsoft.Quantum.IQSharp.AssemblyInfo : System.Reflection.Assembly * string * Microsoft.Quantum.QsCompiler.SyntaxTree.QsNamespace[] * System.IO.Stream -> Microsoft.Quantum.IQSharp.AssemblyInfo
Public Sub New (assembly As Assembly, location As String, syntaxTree As QsNamespace(), qirBitcode As Stream)

Parameters

assembly
Assembly
location
String
syntaxTree
QsNamespace[]
qirBitcode
Stream

Applies to