This class represents an application that can be run on top of a physical or virtualized platform.

C# | Visual Basic | Managed C++ |
public interface IApplication : IDisposable
Public Interface IApplication _ Implements IDisposable
public interface class IApplication : IDisposable

All Members | Constructors | Methods | Properties | Fields | Events |
Icon | Member | Description |
---|---|---|
![]() | 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.
|