Class WindowsSystemMonitorsProvider
Windows implementation of ISystemMonitorsProvider using Windows API calls to enumerate connected monitors
Implements
Inherited Members
Namespace: Serenity.SystemConfiguration.Infrastructure.SystemMonitors
Assembly: Serenity.WindowsSystemConfiguration.Infrastructure.dll
Syntax
public class WindowsSystemMonitorsProvider : ISystemMonitorsProvider
Constructors
WindowsSystemMonitorsProvider()
Declaration
public WindowsSystemMonitorsProvider()
Methods
GetSystemMonitors()
Gets a read-only list of system monitors with detailed information.
Declaration
public IReadOnlyList<OsMonitorInfo> GetSystemMonitors()
Returns
| Type | Description |
|---|---|
| IReadOnlyList<OsMonitorInfo> | A read-only list of OsMonitorInfo objects representing the system monitors. |