BrowserWindow.Launch Method
Include Protected Members
Include Inherited Members
Launches a Web browser window.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Launch() | Launches a Web browser window and returns the Web browser window object. | |
Launch(array<String[]) | Launches a Web browser window by using the given array of command-line arguments and returns the browser window object. | |
Launch(Uri) | Launches a Web browser window by using the given URI and returns the Web browser window object. |
Top