Class SystemInfo.

SystemInfo

interface SystemInfo {
    CachePath?: null | string;
    CanLaunchWebBrowser?: boolean;
    CanSelfRestart?: boolean;
    CastReceiverApplications?: null | CastReceiverApplication[];
    CompletedInstallations?: null | InstallationInfo[];
    EncoderLocation?: null | string;
    HasPendingRestart?: boolean;
    HasUpdateAvailable?: boolean;
    Id?: null | string;
    InternalMetadataPath?: null | string;
    IsShuttingDown?: boolean;
    ItemsByNamePath?: null | string;
    LocalAddress?: null | string;
    LogPath?: null | string;
    OperatingSystem?: null | string;
    OperatingSystemDisplayName?: null | string;
    PackageName?: null | string;
    ProductName?: null | string;
    ProgramDataPath?: null | string;
    ServerName?: null | string;
    StartupWizardCompleted?: null | boolean;
    SupportsLibraryMonitor?: boolean;
    SystemArchitecture?: null | string;
    TranscodingTempPath?: null | string;
    Version?: null | string;
    WebPath?: null | string;
    WebSocketPortNumber?: number;
}

Properties

CachePath?: null | string

Gets or sets the cache path.

SystemInfo

CanLaunchWebBrowser?: boolean

SystemInfo

CanSelfRestart?: boolean

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

SystemInfo

CastReceiverApplications?: null | CastReceiverApplication[]

Gets or sets the list of cast receiver applications.

SystemInfo

CompletedInstallations?: null | InstallationInfo[]

Gets or sets the completed installations.

SystemInfo

EncoderLocation?: null | string

SystemInfo

HasPendingRestart?: boolean

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

SystemInfo

HasUpdateAvailable?: boolean

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

SystemInfo

Id?: null | string

Gets or sets the id.

SystemInfo

InternalMetadataPath?: null | string

Gets or sets the internal metadata path.

SystemInfo

IsShuttingDown?: boolean

SystemInfo

ItemsByNamePath?: null | string

Gets or sets the items by name path.

SystemInfo

LocalAddress?: null | string

Gets or sets the local address.

SystemInfo

LogPath?: null | string

Gets or sets the log path.

SystemInfo

OperatingSystem?: null | string

Gets or sets the operating system.

SystemInfo

OperatingSystemDisplayName?: null | string

Gets or sets the display name of the operating system.

SystemInfo

PackageName?: null | string

Gets or sets the package name.

SystemInfo

ProductName?: null | string

Gets or sets the product name. This is the AssemblyProduct name.

SystemInfo

ProgramDataPath?: null | string

Gets or sets the program data path.

SystemInfo

ServerName?: null | string

Gets or sets the name of the server.

SystemInfo

StartupWizardCompleted?: null | boolean

Gets or sets a value indicating whether the startup wizard is completed.

SystemInfo

SupportsLibraryMonitor?: boolean

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

SystemInfo

SystemArchitecture?: null | string

SystemInfo

TranscodingTempPath?: null | string

Gets or sets the transcode path.

SystemInfo

Version?: null | string

Gets or sets the server version.

SystemInfo

WebPath?: null | string

Gets or sets the web UI resources path.

SystemInfo

WebSocketPortNumber?: number

Gets or sets the web socket port number.

SystemInfo