logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class NullSystemMonitorsProvider

    Fallback provider that returns a generic single-monitor setup based on Unity's current resolution.

    Inheritance
    object
    NullSystemMonitorsProvider
    Implements
    ISystemMonitorsProvider
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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.

    Implements

    ISystemMonitorsProvider
    In this article
    © 2026 Serenity. All Rights Reserved