Working with Development Environment

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:

Operations

  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:

Web Service Operations