Class NullSystemMonitorsProvider
Fallback provider that returns a generic single-monitor setup based on Unity's current resolution.
Implements
Inherited Members
Namespace: Serenity.SystemConfiguration.Application.Providers
Assembly: Serenity.SystemConfiguration.Application.dll
Syntax
public class NullSystemMonitorsProvider : ISystemMonitorsProvider
Constructors
NullSystemMonitorsProvider()
Declaration
public NullSystemMonitorsProvider()
Methods
GetSystemMonitors()
Gets information about the system monitors.
Declaration
public IReadOnlyList<OsMonitorInfo> GetSystemMonitors()
Returns
| Type | Description |
|---|---|
| IReadOnlyList<OsMonitorInfo> | A list containing a single monitor representing the current resolution. |