Starts the application. The application should initialize from scratch.

C# | Visual Basic | Managed C++ |
void Start ( IPlatform platform, IApplicationContext context )
Sub Start ( _ platform As IPlatform, _ context As IApplicationContext _ )
void Start ( IPlatform^ platform, IApplicationContext^ context )

- platform (IPlatform)
- The virtualized platform.
- context (IApplicationContext)
- The application context.