Creates a HostBrowser.

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

Syntax

C#
IHostBrowser CreateHostBrowser(
	string app
)
Visual Basic (Declaration)
Function CreateHostBrowser ( _
	app As String _
) As IHostBrowser
Visual C++
IHostBrowser^ CreateHostBrowser(
	String^ app
)

Parameters

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

Return Value

IHostBrowserInstance

See Also