Provides the infrastructure for the API, the entry point to the API (MyReflection), and access to the application via Application objects.
Class | Description | |
---|---|---|
![]() | APINotInitializedException | This application exception occurrs when the API service object has not been initialized. |
![]() | Application | Application represents an instance of the emulator. |
![]() | ApplicationClosingEventArgs | ApplicationClosing event argument. |
![]() | MyReflection | The MyReflection class is the entry point to the Application Programmer Interface. From this class, create Application objects for new InfoConnect application instances and use its methods to start and stop those instances. |
![]() | TucNotSupportedException | This exception occurs when given API is called in the context of Terminal User Control (TUC). There are certain API calls that has been restricted when called from TUC context. |
![]() | VBAReferenceException | |
![]() | VBAReferenceIncorrectSessionTypeException | |
![]() | VBAReferenceNotInTrustedLocationException |
Interface | Description | |
---|---|---|
![]() | IControl | IControl interface. A control is a InfoConnect session. |
Delegate | Description | |
---|---|---|
![]() | ApplicationClosingEventHandler | Delegate for ApplicationClosingEvent. |
Enumeration | Description | |
---|---|---|
![]() | ApplicationCloseOption | ApplicationCloseOption indicates how to handle the Save action when closing the InfoConnect application. |