Skip to main content

%SYSTEM.external

class %SYSTEM.external extends %SYSTEM.Help, %External.Server, %External.GeneralImpl

External Language Servers provide access to external language platforms from Object Script. This class is the public Object Script interface for managing External Language Servers and for acquiring connections, referred to as gateways or gateway connections, to those servers. The getGateway() will return a gateway connection to the requested server. There are also language specific methods for DotNet, Java, and Python that return a gateway connection to the default External Language Server for the requested language.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab