InfoConnect API Guide
Inheritance Hierarchy
In This Topic
    Attachmate.Reflection.Framework Namespace
    In This Topic

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

    Classes
     ClassDescription
    ClassThis application exception occurrs when the API service object has not been initialized.
    ClassApplication represents an instance of the emulator.
    ClassApplicationClosing event argument.
    ClassThe MyReflection class is the entry point to the Application Programmer Interface. From this class, create Application objects for new Reflection application instances and use its methods to start and stop those instances.
    ClassThis 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.
    Class

    This exception is thrown when adding the file name of an invalid session file to the VBA References settings. (These settings reference session files that contain macros you want to share with the current terminal instance.) The session file is invalid if has an invalid file name, does not exist, is not a valid file, or contains VBA projects that conflict with existing VBA projects.

    It is also thrown when security settings prevent adding or removing VBA references.

    Class

    This exception is thrown when you add a session file that is not the same session type as the current current terminal instance to the VBA References settings. (These settings reference session files that contain macros you want to share with the current terminal instance.)

    Class

    This exception is thrown when adding the file name of a session file that is not in a trusted location to the VBA References settings. (These settings reference session files that contain macros you want to share with the current terminal instance.)

    Interfaces
     InterfaceDescription
    InterfaceIControl interface. A control is an InfoConnect session.
    Delegates
     DelegateDescription
    DelegateDelegate for ApplicationClosingEvent.
    Enumerations
     EnumerationDescription
    EnumerationApplicationCloseOption indicates how to handle the Save action when closing the InfoConnect application.
    See Also