1using System.Threading.Tasks;
61 long Count = await Runtime.Counters.RuntimeCounters.GetCount(
Argument);
Gets the current count of a counter
override async Task< IElement > EvaluateScalarAsync(string Argument, Variables Variables)
Evaluates the function.
override IElement EvaluateScalar(string Argument, Variables Variables)
Evaluates the function.
override string[] DefaultArgumentNames
Default Argument names
GetCounter(ScriptNode Key, int Start, int Length, Expression Expression)
Gets the current count of a counter
override string FunctionName
Name of the function
override bool IsAsynchronous
If the node (or its decendants) include asynchronous evaluation. Asynchronous nodes should be evaluat...
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.