InfoConnect for Airlines
Attachmate.Reflection.Framework Namespace
Inheritance Hierarchy

Provides the infrastructure for the API, the entry point to the API (MyReflection), and access to the application via Application objects.

Classes
 ClassDescription
ClassAPINotInitializedException This application exception occurrs when the API service object has not been initialized.
ClassApplication Application represents an instance of the emulator.
ClassApplicationClosingEventArgs ApplicationClosing event argument.
ClassMyReflection 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.
ClassTucNotSupportedException 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.
ClassVBAReferenceException  
ClassVBAReferenceIncorrectSessionTypeException  
ClassVBAReferenceNotInTrustedLocationException  
Interfaces
 InterfaceDescription
InterfaceIControl IControl interface. A control is a InfoConnect session.
Delegates
 DelegateDescription
DelegateApplicationClosingEventHandler Delegate for ApplicationClosingEvent.
Enumerations
 EnumerationDescription
EnumerationApplicationCloseOption ApplicationCloseOption indicates how to handle the Save action when closing the InfoConnect application.
See Also