IApplication.ExecuteScriptCode Method
Namespace: NextDesign.Desktop
Description
Executes the given script code.
Arguments
Name | Type | Description |
---|---|---|
code | string | Script code |
lang | string | Script language - "cs": C# |
scriptParams | IScriptParams | Script parameters |
Return value
- object
Annotation
The script return value returns the result object of the script's return statement.
Returns null if the script does not have a return statement.