Interface IExternalCompiler
External compiller interface. System purpose only.
Namespace: OptimaJet.Workflow.Core.CodeActions
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic interface IExternalCompiler
Methods
Compile(List<CodeForCompillation>, List<string>, bool, bool, out Dictionary<string, string>)
System purpose only.
DeclarationCodeActionsInvoker Compile(List<CodeForCompillation> codeItems, List<string> referenceLocations, bool isDebug, bool ignoreNotCompilled, out Dictionary<string, string> compileErrors)
| Type | Name | Description |
|---|---|---|
| List<CodeForCompillation> | codeItems | |
| List<string> | referenceLocations | |
| bool | isDebug | |
| bool | ignoreNotCompilled | |
| Dictionary<string, string> | compileErrors |
| Type | Description |
|---|---|
| CodeActionsInvoker |