IApplication.ExecuteScriptCode method
Namespace: NextDesign.Desktop
Description
Executes the given script code.
argument
Name | Type | Description |
---|---|---|
code | string | |
lang | string | |
scriptParams | IScriptParams |
Return value
- object
Annotation
The return value of the script returns the result object of the script's return statement. Returns null if the script does not have a return statement.