Interface ISystemMonitorsProvider
Provides information about the system's connected monitors.
Namespace: Serenity.SystemConfiguration.Application.Interfaces
Assembly: Serenity.SystemConfiguration.Application.dll
Syntax
public interface ISystemMonitorsProvider
Remarks
Implementations should be serializable by the foundation.
Methods
GetSystemMonitors()
Declaration
IReadOnlyList<OsMonitorInfo> GetSystemMonitors()
Returns
| Type | Description |
|---|---|
| IReadOnlyList<OsMonitorInfo> |