Application Members
The Application type exposes the following members.
Methods
Name | Description | |
---|---|---|
Close | Sends a request to the QWS3270 window with the specified session ID or session name to close the session. | |
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
GetSessions | Overloaded. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetSessionOptions | This method sets options of the host session. Session options that are not set with this method use their default values. Session options set with this method remain in effect until another call sets a new value. | |
Start | Overloaded. | |
StartSession | Starts the specified program and attempts to open a connection to the specified session. The session must have been previously created in the corresponding program, and a HLLAPI session ID must have been set for that session. | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
SessionsInfoCollection | Gets the sessions info collection to allow 'foreach' on the session info class objects. |