Search Results for

    Show / Hide Table of Contents

    Class SupportedOS

    Inheritance
    object
    SupportedOS
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.API
    Assembly: LemonEdge.API.dll
    Syntax
    public static class SupportedOS

    Fields

    Browser

    Declaration
    public const string Browser = "browser"
    Field Value
    Type Description
    string

    Linux

    Declaration
    public const string Linux = "linux"
    Field Value
    Type Description
    string

    MacOs

    Declaration
    public const string MacOs = "macos"
    Field Value
    Type Description
    string

    Windows

    Declaration
    public const string Windows = "windows"
    Field Value
    Type Description
    string
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.