CompilerService Class

Definition

public class CompilerService : Microsoft.Quantum.IQSharp.ICompilerService
type CompilerService = class
    interface ICompilerService
Public Class CompilerService
Implements ICompilerService
Inheritance
CompilerService
Implements

Constructors

CompilerService(ILogger<CompilerService>, IOptions<CompilerService.Settings>, IEventService, IServiceProvider)

Properties

AutoOpenNamespaces

Methods

BuildEntryPoint(OperationInfo, CompilerMetadata, QSharpLogger, String, String, TargetCapability, Boolean)
BuildFiles(String[], CompilerMetadata, QSharpLogger, String, String, TargetCapability)
BuildSnippets(Snippet[], CompilerMetadata, QSharpLogger, String, String, TargetCapability, ITaskReporter)
IdentifyElements(String, ITaskReporter)
IdentifyOpenedNamespaces(String)

Applies to