Script Class |
public class Script
The Script type exposes the following members.
| Name | Description | |
|---|---|---|
| Script(Script) | Constructor | |
| Script(String) | Constructor | |
| Script(Script, String) | Constructor | |
| Script(String, String) | Constructor |
| Name | Description | |
|---|---|---|
| CurrentDirectory | Current directory | |
| GlobalFunctions | Get global functions | |
| GlobalVariables | Get global variables | |
| Interpreter | Interpreter | |
| Notifies | Notifies | |
| OutputDelegateManager | Output delegate manager | |
| RegionCode | The region code |
| Name | Description | |
|---|---|---|
| AddGlobalVariable | Add global variable | |
| AddImportSearchDir | Add import search directory | |
| AddSpecialObject | Add a special object | |
| Clear | Clear | |
| GetGlobalVariable | Get global variable | |
| GetSpecialObject | Get special object | |
| OutErrorString | Output error string | |
| OutString | Output string | |
| Parse | Parse | |
| SetScriptCode | Set script code | |
| SetScriptCodeFromFile | Set script code from file | |
| SetScriptCodeFromLines | Set script code from lines |