Click or drag to resize

Script Class

Developed by SO-SOFT
Script class
Inheritance Hierarchy
SystemObject
  scbscriptScript

Namespace: scbscript
Assembly: scbscriptg (in scbscriptg.exe) Version: 15.62.0+ec7f396c1b0556a067fcf8d296cc36e3f3a5ac92
Syntax
C#
public class Script

The Script type exposes the following members.

Constructors
 NameDescription
Public methodScript(Script) Constructor
Public methodScript(String) Constructor
Public methodScript(Script, String) Constructor
Public methodScript(String, String) Constructor
Top
Properties
 NameDescription
Public propertyCurrentDirectory Current directory
Public propertyGlobalFunctions Get global functions
Public propertyGlobalVariables Get global variables
Public propertyInterpreter Interpreter
Public propertyNotifies Notifies
Public propertyOutputDelegateManager Output delegate manager
Public propertyRegionCode The region code
Top
Methods
 NameDescription
Public methodAddGlobalVariable Add global variable
Public methodAddImportSearchDir Add import search directory
Public methodAddSpecialObject Add a special object
Public methodClear Clear
Public methodGetGlobalVariable Get global variable
Public methodGetSpecialObject Get special object
Public methodOutErrorString Output error string
Public methodOutString Output string
Public methodParse Parse
Public methodSetScriptCode Set script code
Public methodSetScriptCodeFromFile Set script code from file
Public methodSetScriptCodeFromLines Set script code from lines
Top
See Also