Skip to main content

IApplication.ExecuteScriptCode 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 does not have a return statement.