Click or drag to resize
PluginStartupParameters Constructor
Creates a new object.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public PluginStartupParameters(
	ISimpleAircraftList flightSimulatorAircraftList,
	IUniversalPlugAndPlayManager uPnpManager,
	IWebSite webSite,
	string pluginFolder
)

Parameters

flightSimulatorAircraftList
Type: VirtualRadar.InterfaceISimpleAircraftList
uPnpManager
Type: VirtualRadar.Interface.WebServerIUniversalPlugAndPlayManager
webSite
Type: VirtualRadar.Interface.WebSiteIWebSite
pluginFolder
Type: SystemString
See Also