Suoranta.EnterpriseLib.Web - Developer API

AppHostBuilder..::..Build<(Of <(<'TAppHost>)>)> Method (array<String>[]()[][])

Instantiate AppHost of specified type the type.

Namespace:  Suoranta.EnterpriseLib.AppDomain
Assembly:  Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)

Syntax


public TAppHost Build<TAppHost>(
	params string[] mainArgs
)
where TAppHost : AppHost

Type Parameters

TAppHost

Parameters

mainArgs
Type: array<String>[]()[][]
Parameters received by entry point function (main)

Return Value