Creates a HostBrowser.

Namespace:  GrassValley.Mseries.AppServer
Assembly:  GrassValley.Mseries.AppServer (in GrassValley.Mseries.AppServer.dll) Version: 1.0.0.0

Syntax

C#
public IHostBrowser CreateHostBrowser(
	string app
)
Visual Basic (Declaration)
Public Function CreateHostBrowser ( _
	app As String _
) As IHostBrowser
Visual C++
public:
virtual IHostBrowser^ CreateHostBrowser(
	String^ app
) sealed

Parameters

app
Type: System..::.String
Application.

Return Value

IHostBrowserInstance

Implements

IAppServer..::.CreateHostBrowser(String)

See Also