Skip to main content

IApplication.ExecuteScriptCode(string,string,IScriptParams) Method

Namespace: NextDesign.Desktop

Description

Executes the given script code.

Arguments

NameTypeDescription
codestringScript code
langstringScript language
- "cs": C#
scriptParamsIScriptParamsScript parameters

Return Value

  • object

Annotation

The script return value returns the result object of the script's return statement.
Returns null if the script has no return statement.