Static class managing the runtime environment of the IoT Gateway.
static HttpServer HttpServer
HTTP Server
Returns the file name that corresponds to a local resource, taking into consideration defined web fol...
override string FunctionName
Name of the function
override string[] DefaultArgumentNames
Default Argument names
ResourceFileName(ScriptNode LocalResource, int Start, int Length, Expression Expression)
Returns the file name that corresponds to a local resource, taking into consideration defined web fol...
override IElement EvaluateScalar(string Argument, Variables Variables)
Evaluates the function.
Script runtime exception.
Class managing a script expression.
Base class for funcions of one scalar 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.