AssemblyInfo Constructors
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.
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