Table of Contents

Interface IApplicationProvider

Namespace
SimulationFramework.Components
Assembly
SimulationFramework.dll

Provides the simulation with access to certain system functionalities.

public interface IApplicationProvider : ISimulationComponent, IDisposable
Inherited Members

Properties

PrimaryDisplay

The system's primary display.

IDisplay PrimaryDisplay { get; }

Property Value

IDisplay

Methods

CancelExit()

Cancels a request to exit the application.

void CancelExit()

Exit(bool)

Requests that the application exits.

void Exit(bool cancellable)

Parameters

cancellable bool

GetDisplays()

Gets all of the system's currently active displays.

IEnumerable<IDisplay> GetDisplays()

Returns

IEnumerable<IDisplay>