45 public override string[]
Aliases =>
new string[0];
Debugs use of a deserializer.
Class managing a script expression.
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.
TextWriter ConsoleOut
Console out interface. Can be used by functions and script to output data to the console.
Deserializes an object from a binary string of octets, using existing serializers.
Deserializes an object from a binary string of octets, using existing serializers,...
PrintDeserialize(ScriptNode Argument, ScriptNode BaseType, int Start, int Length, Expression Expression)
Deserializes an object from a binary string of octets, using existing serializers,...
PrintDeserialize(ScriptNode Argument, int Start, int Length, Expression Expression)
Deserializes an object from a binary string of octets, using existing serializers,...
override string FunctionName
Name of the function
override IDeserializer GetDeserializer(Variables Variables, byte[] Data)
Creates a deserializer for the operation.
override string[] Aliases
Optional aliases. If there are no aliases for the function, null is returned.
Interface for deserializers.