Application Methods |
The Application type exposes the following members.
| Name | Description | |
|---|---|---|
| addEventListener | Obsolete.
Registers an event listener on the specified event.
| |
| close |
Closes the application
| |
| createChildWindow |
Create a child window
| |
| Dispose |
Dispose the current application instance.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| getChildWindows |
Passes a list of wrapped child windows for the current application to childHandler.
| |
| GetChildWindowsAsync |
Passes a list of wrapped child windows for the current application to childHandler.
| |
| getGroups |
Passes a list of groups and their wrapped child windows
for the current application to groupHandler.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| getInfo |
Retrieves information about the application
| |
| getManifest |
Retrieves the JSON manifest that was used to create the application.
Invokes the error callback if the application was not created from a manifest.
| |
| getOptions | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| getUuid | ||
| getWindow | ||
| isRunning |
Determines if the application is currently running/active.
| |
| pingChildWindow |
Pings a child window
| |
| removeEventListener | Obsolete.
Removes a previously registered event listener from the specified event.
The listener is passed an event object containing information related to the event. | |
| restart |
Restart the application.
| |
| run | Obsolete.
Runs the application on the AppDesktop.
| |
| Run | Obsolete.
Run the application if it is not already running and perform the specified action after the application is connected.
This action is invoked in two conditions:
1) The application was not previously running and now is.
2) The application was previously launched by the.NET Adapter.
| |
| Start |
Starts running the application on the AppDesktop. It is advised to check if the application is already running
by calling isRunning before invoking this method.
| |
| terminate |
Terminates the application.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| waitFor |
Wait for the application if it is unresponsive.
| |
| wrap | Obsolete.
Attaches an Application object to an application that already exists.
| |
| WrapView |
Wraps an existing platform view using the specified name.
| |
| WrapWindow |
Wraps an existing window using the specified name.
|