diff options
Diffstat (limited to 'MediaBrowser.Model/System/IEnvironmentInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/System/IEnvironmentInfo.cs | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/MediaBrowser.Model/System/IEnvironmentInfo.cs b/MediaBrowser.Model/System/IEnvironmentInfo.cs deleted file mode 100644 index 4430bfe07..000000000 --- a/MediaBrowser.Model/System/IEnvironmentInfo.cs +++ /dev/null @@ -1,24 +0,0 @@ - -namespace MediaBrowser.Model.System -{ - public interface IEnvironmentInfo - { - MediaBrowser.Model.System.OperatingSystem OperatingSystem { get; } - string OperatingSystemName { get; } - string OperatingSystemVersion { get; } - Architecture SystemArchitecture { get; } - string GetEnvironmentVariable(string name); - void SetProcessEnvironmentVariable(string name, string value); - string GetUserId(); - string StackTrace { get; } - char PathSeparator { get; } - } - - public enum OperatingSystem - { - Windows, - Linux, - OSX, - BSD - } -} |
