Method | Description | |
---|---|---|
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. |
return | bool |
public ScriptRunner ( |
||
p_csfFunctions | The object that implements the script functions. | |
return | System |