Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Interface IExternalCompiler

OptimaJet.Workflow.Core.CodeActions.IExternalCompiler

External compiller interface. System purpose only.

public interface IExternalCompiler

Methods

CodeActionsInvoker Compile(List<CodeForCompillation> codeItems, List<string> referenceLocations, bool isDebug, bool ignoreNotCompilled, out Dictionary<string, string> compileErrors) #
System purpose only.

Parameters

Name
Type
Description
codeItems
List<CodeForCompillation>
referenceLocations
List<String>
isDebug
Boolean
ignoreNotCompilled
Boolean
compileErrors
Dictionary<String>

Returns

Type
Description
CodeActionsInvoker