Skip to main content

Interface IExternalCompiler

External compiller interface. System purpose only.

Namespace: OptimaJet.Workflow.Core.CodeActions

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public interface IExternalCompiler

Methods

Compile(List<CodeForCompillation>, List<string>, bool, bool, out Dictionary<string, string>)

System purpose only.

Declaration
CodeActionsInvoker Compile(List<CodeForCompillation> codeItems, List<string> referenceLocations, bool isDebug, bool ignoreNotCompilled, out Dictionary<string, string> compileErrors)
Parameters
TypeNameDescription
List<CodeForCompillation>codeItems
List<string>referenceLocations
boolisDebug
boolignoreNotCompilled
Dictionary<string, string>compileErrors
Returns
TypeDescription
CodeActionsInvoker

Extension Methods