An NDoc Documented Class Library

Firefox.Launch Method 

[Visual Basic]
Shared Public Function Launch( _ 
   ByVal url As String _ 
) As FirefoxWindow
[C#]
public static FirefoxWindow Launch(
   string url
);
[C++]
public: static FirefoxWindow* Launch(
   String* url
);
[JScript]
public static function Launch(
   String url
): FirefoxWindow;

See Also

Firefox Class | White.WebBrowser Namespace