Version:
ScriptParameterUsage Class
Inheritance Hierarchy
- object
- System.ValueType
- System.Enum
- Inedo.Extensibility.ScriptLanguages.ScriptParameterUsage
Syntax
public
sealed
class
ScriptParameterUsage : System.Enum
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.
|