Method CmdArgsFromParameters
- Namespace
- Alternet.FormDesigner.Python
- Assembly
- Alternet.FormDesigner.Python.v10.dll
CmdArgsFromParameters(CompilerParameters)
Gets the command arguments to be passed to the compiler from the specified CompilerParameters.
protected override string CmdArgsFromParameters(CompilerParameters options)
Parameters
optionsCompilerParametersA CompilerParameters that indicates the compiler options.
Returns
- string
The command arguments.