Click or drag to resize

ApplicationManager Methods

The ApplicationManager type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRun
Runs the specified application and returns its process object.
Public methodRunAs
Runs an application under another user account and returns the application process object.
Public methodRunBrowser(BrowserInfo, String, String)
Launches a web browser and, if a URL is specified, navigates to the web page.
Public methodRunBrowser(BrowserType, String, String)
Launches a web browser and, if a URL is specified, navigates to the web page.
Public methodRunBrowser(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.

Public methodRunBrowser(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.
Public methodRunBrowser(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.

Public methodRunBrowser(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.

Public methodRunPackage
Runs a Windows Store application package and returns the application process object.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also