ApplicationManager Methods |
The ApplicationManager type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Run |
Runs the specified application and returns its process object.
| |
RunAs |
Runs an application under another user account and returns the application process object.
| |
RunBrowser(BrowserInfo, String, String) |
Launches a web browser and, if a URL is specified, navigates to the web page.
| |
RunBrowser(BrowserType, String, String) |
Launches a web browser and, if a URL is specified, navigates to the web page.
| |
RunBrowser(BrowserInfo, String, Int32, String) |
Launches a web browser and, if a URL is specified, navigates to the web page.
The method pauses execution until the browser loads the page and becomes ready to accept user input or until the specified timeout is reached. | |
RunBrowser(BrowserType, PlatformType, String, String) |
Launches a web browser of a particular bitness (32-bit or 64-bit) and, if a URL is specified, navigates to the web page.
| |
RunBrowser(BrowserType, String, Int32, String) |
Launches a web browser and, if a URL is specified, navigates to the web page.
The method pauses execution until the browser loads the page and becomes ready to accept user input or until the specified timeout is reached. | |
RunBrowser(BrowserType, PlatformType, String, Int32, String) |
Launches a web browser of a particular bitness (32-bit or 64-bit) and, if a URL is specified, navigates to the web page.
The method pauses execution until the browser loads the page and becomes ready to accept user input or until the specified timeout is reached. | |
RunPackage |
Runs a Windows Store application package and returns the application process object.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |