IronPython Script Execution Environment

Scripts written in IronPython are executed by desktop in four different ways:

When desktop executes a script, it does so in an execution environment setup with predefined variables and functions. These predefined variables and functions are how the script communicates with the desktop, and they come in four flavors addressed in the following subtopics:

Script Argument for IronPython