1using System.Threading.Tasks;
80 if (!(
Arguments[c - 1].AssociatedObjectValue is
byte[] Hash))
85 if (!(
Arguments[0].AssociatedObjectValue is
string Realm))
Static class managing persistent counters.
static Task< bool > VerifyHash(byte[] Hash)
Verifies if a hash value has been persisted in the database, using the default (empty) realm.
Script runtime exception.
Class managing a script expression.
Base class for multivariate funcions.
ScriptNode[] Arguments
Function arguments.
static readonly ArgumentType[] argumentTypes1Normal
One scalar parameter.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
Expression Expression
Expression of which the node is a part.
int Start
Start position in script expression.
static readonly BooleanValue False
Constant false value.
override string FunctionName
Name of the function
override bool IsAsynchronous
If the node (or its decendants) include asynchronous evaluation. Asynchronous nodes should be evaluat...
VerifyHash(ScriptNode Hash, int Start, int Length, Expression Expression)
Verifies a hash value
override string[] DefaultArgumentNames
Default Argument names
override async Task< IElement > EvaluateAsync(IElement[] Arguments, Variables Variables)
Evaluates the function.
VerifyHash(ScriptNode Realm, ScriptNode Hash, int Start, int Length, Expression Expression)
Verifies a hash value
override IElement Evaluate(IElement[] Arguments, Variables Variables)
Evaluates the function.
Basic interface for all types of elements.
ArgumentType
Type of parameter used in a function definition or a lambda definition.