Documentation for a minimal subset of the QSM API
PhysicalPlatform Constructor (logger, eventLogger, core, fsroot)
Namespaces > QS.Fx.Platform > PhysicalPlatform > PhysicalPlatformNew(ILogger, IEventLogger, ICore, String)
Initializes a new instance of the PhysicalPlatform class.
Syntax
C#Visual BasicManaged C++
public PhysicalPlatform (
	ILogger logger,
	IEventLogger eventLogger,
	ICore core,
	string fsroot
)
Public Sub New ( _
	logger As ILogger, _
	eventLogger As IEventLogger, _
	core As ICore, _
	fsroot As String _
)
public:
PhysicalPlatform (
	ILogger^ logger, 
	IEventLogger^ eventLogger, 
	ICore^ core, 
	String^ fsroot
)
Parameters
logger (ILogger)

[Missing <param> documentation for "logger"]

eventLogger (IEventLogger)

[Missing <param> documentation for "eventLogger"]

core (ICore)

[Missing <param> documentation for "core"]

fsroot (String)

[Missing <param> documentation for "fsroot"]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0