ScriptParameterUsage Enumeration

Indicates how a ScriptLanguageInfo can use ScriptParameterInfo.

Inheritance Hierarchy

Syntax

public enum ScriptParameterUsage : System.IComparable, System.IFormattable, System.IConvertible

Fields

Name Description
Arguments

The parameter is passed in the command line argument string.

Default

The parameter has no specified usage.

EnvironmentVariable

The parameter should be passed to the script as an environment variable.

InputVariable

The parameter should be passed to the script as an input variable.

OutputVariable

The parameter should be returned to OtterScript as an output variable.