Метод | Описание | |
---|---|---|
Execute ( byte p_bteScript ) : bool |
Executes the given script.
|
|
ScriptRunner ( |
A simple construtor that initializes the object with the given dependencies.
|
public Execute ( byte p_bteScript ) : bool | ||
p_bteScript | byte | The bytes of the assembly containing the script to execute. |
Результат | bool |
public ScriptRunner ( |
||
p_csfFunctions | The object that implements the script functions. | |
Результат | System |