Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class SystemInfo

    Class SystemInfo

    Inheritance
    System.Object
    PublicSystemInfo
    SystemInfo
    Inherited Members
    PublicSystemInfo.LocalAddress
    PublicSystemInfo.LocalAddresses
    PublicSystemInfo.WanAddress
    PublicSystemInfo.RemoteAddresses
    PublicSystemInfo.ServerName
    PublicSystemInfo.Version
    PublicSystemInfo.Id
    Namespace: MediaBrowser.Model.System
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class SystemInfo : PublicSystemInfo

    Properties

    CachePath

    Gets or sets the cache path.

    Declaration
    public string CachePath { get; set; }
    Property Value
    Type Description
    System.String

    The cache path.

    CanLaunchWebBrowser

    Declaration
    public bool CanLaunchWebBrowser { get; set; }
    Property Value
    Type Description
    System.Boolean

    CanSelfRestart

    Gets or sets a value indicating whether this instance can self restart.

    Declaration
    public bool CanSelfRestart { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance can self restart; otherwise, false.

    CanSelfUpdate

    Gets or sets a value indicating whether this instance can self update.

    Declaration
    public bool CanSelfUpdate { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance can self update; otherwise, false.

    CompletedInstallations

    Gets or sets the completed installations.

    Declaration
    public InstallationInfo[] CompletedInstallations { get; set; }
    Property Value
    Type Description
    InstallationInfo[]

    The completed installations.

    HardwareAccelerationRequiresPremiere

    Declaration
    public bool HardwareAccelerationRequiresPremiere { get; set; }
    Property Value
    Type Description
    System.Boolean

    HasImageEnhancers

    Declaration
    public bool HasImageEnhancers { get; set; }
    Property Value
    Type Description
    System.Boolean

    HasPendingRestart

    Gets or sets a value indicating whether this instance has pending restart.

    Declaration
    public bool HasPendingRestart { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance has pending restart; otherwise, false.

    HasUpdateAvailable

    Gets or sets a value indicating whether this instance has update available.

    Declaration
    public bool HasUpdateAvailable { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if this instance has update available; otherwise, false.

    HttpServerPortNumber

    Gets or sets the HTTP server port number.

    Declaration
    public int HttpServerPortNumber { get; set; }
    Property Value
    Type Description
    System.Int32

    The HTTP server port number.

    HttpsPortNumber

    Gets or sets the HTTPS server port number.

    Declaration
    public int HttpsPortNumber { get; set; }
    Property Value
    Type Description
    System.Int32

    The HTTPS server port number.

    InternalMetadataPath

    Gets or sets the internal metadata path.

    Declaration
    public string InternalMetadataPath { get; set; }
    Property Value
    Type Description
    System.String

    The internal metadata path.

    IsShuttingDown

    Declaration
    public bool IsShuttingDown { get; set; }
    Property Value
    Type Description
    System.Boolean

    ItemsByNamePath

    Gets or sets the items by name path.

    Declaration
    public string ItemsByNamePath { get; set; }
    Property Value
    Type Description
    System.String

    The items by name path.

    LogPath

    Gets or sets the log path.

    Declaration
    public string LogPath { get; set; }
    Property Value
    Type Description
    System.String

    The log path.

    OperatingSystem

    Gets or sets the operating sytem.

    Declaration
    public string OperatingSystem { get; set; }
    Property Value
    Type Description
    System.String

    The operating sytem.

    OperatingSystemDisplayName

    Gets or sets the display name of the operating system.

    Declaration
    public string OperatingSystemDisplayName { get; set; }
    Property Value
    Type Description
    System.String

    The display name of the operating system.

    PackageName

    Declaration
    public string PackageName { get; set; }
    Property Value
    Type Description
    System.String

    ProgramDataPath

    Gets or sets the program data path.

    Declaration
    public string ProgramDataPath { get; set; }
    Property Value
    Type Description
    System.String

    The program data path.

    SupportsAutoRunAtStartup

    Gets or sets a value indicating whether [supports automatic run at startup].

    Declaration
    public bool SupportsAutoRunAtStartup { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [supports automatic run at startup]; otherwise, false.

    SupportsHttps

    Gets or sets a value indicating whether [enable HTTPS].

    Declaration
    public bool SupportsHttps { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [enable HTTPS]; otherwise, false.

    SupportsLibraryMonitor

    Gets or sets a value indicating whether [supports library monitor].

    Declaration
    public bool SupportsLibraryMonitor { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [supports library monitor]; otherwise, false.

    SupportsLocalPortConfiguration

    Declaration
    public bool SupportsLocalPortConfiguration { get; set; }
    Property Value
    Type Description
    System.Boolean

    SupportsWakeServer

    Declaration
    public bool SupportsWakeServer { get; set; }
    Property Value
    Type Description
    System.Boolean

    SystemUpdateLevel

    Declaration
    public PackageVersionClass SystemUpdateLevel { get; set; }
    Property Value
    Type Description
    PackageVersionClass

    TranscodingTempPath

    Gets or sets the transcoding temporary path.

    Declaration
    public string TranscodingTempPath { get; set; }
    Property Value
    Type Description
    System.String

    The transcoding temporary path.

    WakeOnLanInfo

    Declaration
    public WakeOnLanInfo[] WakeOnLanInfo { get; set; }
    Property Value
    Type Description
    WakeOnLanInfo[]

    WebSocketPortNumber

    Gets or sets the web socket port number.

    Declaration
    public int WebSocketPortNumber { get; set; }
    Property Value
    Type Description
    System.Int32

    The web socket port number.

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.