InfoConnect for Unisys
Application Class Methods


For a list of all members of this type, see Application members.

Public Methods
 NameDescription
Public MethodApplicationClosedEventSinkEvent sink. For internal use  
Public MethodApplicationClosingEventSinkEvent sink. For internal use  
Public MethodCloseCloses the InfoConnect application.  
Public MethodCreateControlOverloaded. Creates a control from a saved session file. The method returns a control instantiated from a previously saved session file.  
Public MethodCreateLayoutCreates controls specified by a layout file.  
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodEqualsOverloaded. Determines whether the specified Application is equal to the current Application  
Public MethodGetControlByInstanceIdGets the control that matches a control instance ID if that control is running on this instance of InfoConnect.  
Public MethodGetControlsByFilePathGets a collection of controls by specifying the session file path.  
Public MethodGetControlsByNameGets all of the controls running on this instance of InfoConnect that match the specified name.  
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodGetObjectGet an object by the object moniker.  
Public MethodReleaseResourceReleases all objects that have been created in the current Application object and that are no longer referenced by other objects.  
Public MethodWaitWaits for the specified duration.  
Top
Protected Methods
 NameDescription
Protected MethodFinalizeFinalizes an instance of the Application class.  
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodOnApplicationClosedRaise ApplicationClosed event.  
Protected MethodOnApplicationClosingRaise Application Closing event.  
Top
See Also