Documentation for a minimal subset of the QSM API
Start Method (platform, context)
Namespaces > QS.Fx.Platform > IApplication > Start(IPlatform, IApplicationContext)
Starts the application. The application should initialize from scratch.
Syntax
C#Visual BasicManaged C++
void Start (
	IPlatform platform,
	IApplicationContext context
)
Sub Start ( _
	platform As IPlatform, _
	context As IApplicationContext _
)
void Start (
	IPlatform^ platform, 
	IApplicationContext^ context
)
Parameters
platform (IPlatform)
The virtualized platform.
context (IApplicationContext)
The application context.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0