XSalScript
PPJ.Runtime.XSal.XSalScript
Last updated
PPJ.Runtime.XSal.XSalScript
Last updated
Namespace: PPJ.Runtime.XSal
Assembly: PPJ.Web.XSal.49 (4.9.0.0)
Implementation of XSalScript
Constructs a new empty XSalScript object.
Constructs a new XSalScript object and compiles the specified source code.
source
: Returns/Sets the context for the execution of the script.
Adds a line to the script.
line
handle
Executes the compiled script and returns the return value.
: Returns/Sets the C# flag to turn on the preprocessor. When this property is false, the preprocessor tries to adapt old XSalScript syntax to C# syntax.
: Returns/Sets the debug mode. When on the script will popup the error message box.
:
: Returns true if the script object contains a list of errors.
: Returns the instance of the interpreter used by XSalScript.
: Returns the last error message.
: Returns/Sets the script source code.
Returns: .
Returns: .
Returns: .