Class SystemInfo
Class SystemInfo
Inherited Members
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
SupportsHttps
Gets or sets a value indicating whether [enable HTTPS].
Declaration
public bool SupportsHttps { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
SupportsLibraryMonitor
Gets or sets a value indicating whether [supports library monitor].
Declaration
public bool SupportsLibraryMonitor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
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. |