InfoConnect API Guide
Attachmate.Reflection.Framework Namespace / Application Class
Properties Methods Events


In This Topic
    Application Class Members
    In This Topic

    The following tables list the members exposed by Application.

    Public Properties
     NameDescription
    Public PropertyGets the number of controls that are running on this instance of the product.  
    Public PropertyGets the instance identifier of this instance.  
    Top
    Public Methods
     NameDescription
    Public MethodEvent sink. For internal use  
    Public MethodEvent sink. For internal use  
    Public MethodCloses the InfoConnect application.  
    Public MethodOverloaded. Creates a control from a saved session file. The method returns a control instantiated from a previously saved session file.  
    Public MethodCreates controls specified by a layout file.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Determines whether the specified Application is equal to the current Application  
    Public MethodGets the control that matches a control instance ID if that control is running on this instance of the product.  
    Public MethodGets a collection of controls by specifying the session file path.  
    Public MethodGets all of the controls running on this instance of InfoConnect that match the specified name.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodGet an object by the object moniker.  
    Public Methodopen rd6 session  
    Public MethodReleases all objects that have been created in the current Application object and that are no longer referenced by other objects.  
    Public MethodWaits for the specified duration.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Finalizes an instance of the Application class.  
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Protected MethodRaise ApplicationClosed event.  
    Protected MethodRaise Application Closing event.  
    Top
    Public Events
     NameDescription
    Public EventThe event is raised when the InfoConnect application is closed.  
    Public EventThe event is raised when the InfoConnect application is about to close.  
    Top
    See Also