Documentation for a minimal subset of the QSM API
IApplication Interface
Namespaces > QS.Fx.Platform > IApplication
This class represents an application that can be run on top of a physical or virtualized platform.
Syntax
C#Visual BasicManaged C++
public interface IApplication : IDisposable
Public Interface IApplication _
	Implements IDisposable
public interface class IApplication : IDisposable
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Start(IPlatform, IApplicationContext)
Starts the application. The application should initialize from scratch.

Stop()
Stops the application. The application should release all resources and terminate.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0