C# Класс FdoToolbox.Base.Scripting.ScriptingEngine

Application script engine
Показать файл Открыть проект

Открытые методы

Метод Описание
ExecuteStatements ( string script ) : void

Executes the statements.

InvokeLoadedScript ( string key ) : void

Invokes the loaded script

LoadScript ( string scriptPath ) : void

Loads the script

RecompileScript ( string scriptPath ) : void

Recompiles the script. Call this if the referenced script has changed since it was loade

RunScript ( string scriptPath ) : void

Runs the script.

UnloadScript ( string script ) : void

Unloads the script.

Приватные методы

Метод Описание
ScriptingEngine ( ) : System

Описание методов

ExecuteStatements() публичный Метод

Executes the statements.
public ExecuteStatements ( string script ) : void
script string The script.
Результат void

InvokeLoadedScript() публичный Метод

Invokes the loaded script
public InvokeLoadedScript ( string key ) : void
key string The key.
Результат void

LoadScript() публичный Метод

Loads the script
public LoadScript ( string scriptPath ) : void
scriptPath string The script path.
Результат void

RecompileScript() публичный Метод

Recompiles the script. Call this if the referenced script has changed since it was loade
public RecompileScript ( string scriptPath ) : void
scriptPath string The script path.
Результат void

RunScript() публичный Метод

Runs the script.
public RunScript ( string scriptPath ) : void
scriptPath string The script path.
Результат void

UnloadScript() публичный Метод

Unloads the script.
public UnloadScript ( string script ) : void
script string The script.
Результат void