Versions Compared

Key

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

Overview

Script References in FrameworkX refer to external DLLs (Dynamic Link Libraries) that are 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

Configuring References

To add a DLL reference to your solution in FrameworkX, follow these steps:

Accessing References: Navigate to Scripts → References in your project.

Adding the DLL: Click on the 'More' button. This action will open a file manager.

Selecting the Library File: Browse and select the DLL file of your library that you wish to reference in your solution.

Configuring the Reference: After selecting the file, you can:

Assign a name to the reference.
Decide whether the reference is for client-side or server-side use.
Add a description.
Review in References Table: Once added, a new row will appear in the References table corresponding to the DLL file you selected.

TargetDomainSpecifies the domain where the DLL will be used (client or server).
NetAssemblyNameSpecifies the domain where the DLL will be used (client or server).
DefaultNamespaceThe default namespace used by the DLL.
ResolvedIndicates whether the reference has been successfully resolved.
PortableShows if the DLL is portable across different platforms.
AssemblyPathLocalThe local path of the assembly file.
AssemblyPathRuntimeThe runtime path of the assembly file used during execution.


To see more information about Mannaging External DLLs, pleasee the the 


In this section...

Page Tree
root@parent
spacesV10