logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Struct SerializableOsMonitor

    Serializable structure representing OS monitor information.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Serenity.SystemConfiguration.Domain.Structs
    Assembly: Serenity.SystemConfiguration.Domain.dll
    Syntax
    public struct SerializableOsMonitor

    Fields

    FrameRate

    Declaration
    public int FrameRate
    Field Value
    Type Description
    int

    The frame rate of the monitor.

    FriendlyName

    Declaration
    public string FriendlyName
    Field Value
    Type Description
    string

    The friendly name of the monitor.

    Height

    Declaration
    public int Height
    Field Value
    Type Description
    int

    The height of the monitor.

    Id

    Declaration
    public string Id
    Field Value
    Type Description
    string

    The unique identifier of the monitor.

    IsPrimary

    Declaration
    public bool IsPrimary
    Field Value
    Type Description
    bool

    Indicates whether the monitor is primary.

    ManufactureWeek

    Declaration
    public int? ManufactureWeek
    Field Value
    Type Description
    int?

    The manufacture week of the monitor.

    ManufactureYear

    Declaration
    public int? ManufactureYear
    Field Value
    Type Description
    int?

    The manufacture year of the monitor.

    Manufacturer

    Declaration
    public string Manufacturer
    Field Value
    Type Description
    string

    The manufacturer of the monitor.

    Model

    Declaration
    public string Model
    Field Value
    Type Description
    string

    The model of the monitor.

    PnpVendor

    Declaration
    public string PnpVendor
    Field Value
    Type Description
    string

    The Plug and Play vendor ID of the monitor.

    ProductCodeHex

    Declaration
    public string ProductCodeHex
    Field Value
    Type Description
    string

    The Plug and Play product code of the monitor.

    Scale

    Declaration
    public float Scale
    Field Value
    Type Description
    float

    The scale factor of the monitor.

    Serial

    Declaration
    public string Serial
    Field Value
    Type Description
    string

    The serial number of the monitor.

    Width

    Declaration
    public int Width
    Field Value
    Type Description
    int

    The width of the monitor.

    X

    Declaration
    public int X
    Field Value
    Type Description
    int

    The X position of the monitor.

    Y

    Declaration
    public int Y
    Field Value
    Type Description
    int

    The Y position of the monitor.

    In this article
    © 2026 Serenity. All Rights Reserved