1using System.Threading.Tasks;
Static class managing the runtime environment of the IoT Gateway.
static Task< bool > RemoveScriptResource(string ResourceName)
Removes a script resource from the web server hosted by the gateway.
Removes a script resource added using the ScriptResource function. The function returns a Boolean val...
override IElement EvaluateScalar(string Argument, Variables Variables)
Evaluates the function on a scalar argument.
RemoveScriptResource(ScriptNode Resource, int Start, int Length, Expression Expression)
Removes a script resource added using the ScriptResource function. The function returns a Boolean val...
override string[] DefaultArgumentNames
Default Argument names
override bool IsAsynchronous
If the node (or its decendants) include asynchronous evaluation. Asynchronous nodes should be evaluat...
override async Task< IElement > EvaluateScalarAsync(string Argument, Variables Variables)
Evaluates the function on a scalar argument.
override string FunctionName
Name of the function
Class managing a script expression.
Base class for funcions of one scalar string variable.
ScriptNode Argument
Function argument.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
int Start
Start position in script expression.
Basic interface for all types of elements.