Interface IExternalCompiler
OptimaJet.Workflow.Core.CodeActions.IExternalCompiler
External compiller interface. System purpose only.
Namespace: OptimaJet.Workflow.Core.CodeActions
public interface IExternalCompilerMethods
CodeActionsInvoker Compile(List<CodeForCompillation> codeItems, List<string> referenceLocations, bool isDebug, bool ignoreNotCompilled, out Dictionary<string, string> compileErrors) #System purpose only.
Parameters
Name
Type
Description
codeItemsList<CodeForCompillation>referenceLocationsList<String>isDebugBooleanignoreNotCompilledBooleancompileErrorsDictionary<String>Returns
Type
Description
CodeActionsInvoker