Method ProcessCompilerOutputLine
- Namespace
- Alternet.FormDesigner.Python
- Assembly
- Alternet.FormDesigner.Python.v10.dll
ProcessCompilerOutputLine(CompilerResults, string)
Processes the specified line from the specified CompilerResults.
protected override void ProcessCompilerOutputLine(CompilerResults results, string line)
Parameters
resultsCompilerResultsA CompilerResults that indicates the results of compilation.
linestringThe line to process.