Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Script References refer to external DLLs (Dynamic Link Libraries) incorporated for compiling scripts or display codes in solution. These references allow users to extend the capabilities of their scripts by leveraging additional functionalities provided by external libraries.

On this page:

Table of Contents
maxLevel3
stylenone


Configuring References

To add a Script Reference, follow the steps below:

  1. Access Scripts References.
  2. Click on the plus icon.
  3. Browse and select the DLL file that you wish to reference in your solution.
  4. Input a name, description, and a choose the domain target for the reference.
  5. Click OK.

Once added, a new row will appear in the References table corresponding to the DLL file you selected. To see more information about Managing External DLLs, please the the Manage External DLLs page.

Script Reference Properties

The following is a table describing each available property field for script classes:

Info

If a property column is not visible on the grid, enable it by right-clicking the grid header and selecting it from the list.


PropertyDescription

Target Domain

Specifies the domain where the DLL will be used (client or server).

Net Assembly Name

NetAssemblyName

The name of the reference.

Default Namespace

DefaultNamespace

The default namespace used by the DLL.

Resolved 

Indicates whether the reference has been successfully resolved. A checkmark symbol (?) signifies that the DLL import compiled without errors, whereas an 'X' indicates that there were compilation errors. If you encounter an 'X', hover over the line of your Script Reference to view the error code and a description of the problem.

Portable

Shows if the DLL is portable across different platforms.

Assembly Path Local

AssemblyPathLocal

The local path of the assembly file.

Assembly Path Runtime

AssemblyPathRuntime

The runtime path of the assembly file used during execution.




In this section:

Page Tree
root@parent
spacesV10