ScriptStatementInfo Class

Contains information about a script statement in OtterScript.

Inheritance Hierarchy

Syntax

public sealed class ScriptStatementInfo

Constructors

Name Description
ScriptStatementInfo(string scriptName, System.Collections.Generic.IReadOnlyDictionary<string, string> parameters, System.Type operationType)

Properties

Name Description
OperationType

Gets the operation type.

Parameters

Get the parameters passed to the script.

ScriptName

Gets the name of the script.