Skip to main content

IApplication.ExecuteScriptCode method

Namespace: NextDesign.Desktop

Description

Executes the given script code.

argument

NameTypeDescription
codestring
langstring
scriptParamsIScriptParams

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.