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.Interface.ISimpleAircraftList
uPnpManager
Type: VirtualRadar.Interface.WebServer.IUniversalPlugAndPlayManager
webSite
Type: VirtualRadar.Interface.WebSite.IWebSite
pluginFolder
Type: System.String
See Also