Contains information about a script statement in OtterScript.
Name | Description | |
---|---|---|
ScriptStatementInfo(string scriptName, System.Collections.Generic.IReadOnlyDictionary<string, string> parameters, System.Type operationType) |
Name | Description | |
---|---|---|
OperationType |
Gets the operation type. |
|
Parameters |
Get the parameters passed to the script. |
|
ScriptName |
Gets the name of the script. |