Table of Contents

Method CmdArgsFromParameters

Namespace
Alternet.FormDesigner.Python
Assembly
Alternet.FormDesigner.Python.v9.dll

CmdArgsFromParameters(CompilerParameters)

Gets the command arguments to be passed to the compiler from the specified CompilerParameters.

protected override string CmdArgsFromParameters(CompilerParameters options)

Parameters

options CompilerParameters

A CompilerParameters that indicates the compiler options.

Returns

string

The command arguments.