Developed by SO-SOFT
Constructor
Namespace: scbscriptAssembly: scbscriptg (in scbscriptg.exe) Version: 15.62.0+ec7f396c1b0556a067fcf8d296cc36e3f3a5ac92
Syntaxpublic Interpreter(
Script script,
bool withDebugger,
string ipAddressAndPort = null
)
Parameters
- script Script
- The script object
- withDebugger Boolean
- A flag indicating whether to run in debug mode.
- ipAddressAndPort String (Optional)
- An IP address and port of the debugger
See Also