This section contains description of operations that are used to work with development environment objects. The operations enable the user to execute the following actions:
Get information about units and assemblies (links list, implemented code).
Change code and links of units and assemblies.
Execute algorithms implemented in units/assemblies.
Navigate through code.
Work with code inspector.
Search by code.
Save development environment objects to file and load from file.
Operation | Brief description | |
ExportForeObj | The ExportForeObj operation exports development environment object to external file. | |
FindInModules | The FindInModules operation searches for text by code of development environment objects. | |
GetAssembly | The GetAssembly operation gets information about repository assembly. | |
GetBuiltinAssemblies | The GetBuiltinAssemblies operation enables the user to get a list of system assemblies available to be used in development environment. | |
GetDeclaration | The GetDeclaration operation is used to work with code inspector. | |
GetDeclarationBlock | The GetDeclarationBlock operation is used to navigate through code. | |
GetModule | The GetModule operation gets information about repository Fore unit. | |
ImportForeObj | The ImportForeObj operation imports development environment object from external file to repository. | |
SetAssembly | The SetAssembly operation is used to set up assembly and start algorithms implemented in the assembly. | |
SetModule | The SetModule operation is used to set up unit and start algorithms implemented in the unit. |
See also: