Interface IEnvironmentInfo
Assembly: MediaBrowser.Model.dll
public interface IEnvironmentInfo
Properties
Declaration
string FrameworkVersion { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
bool IsWindowsService { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
OperatingSystem OperatingSystem { get; }
Property Value
Declaration
string OperatingSystemName { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
string OperatingSystemVersion { get; }
Property Value
Type |
Description |
System.String |
|
Gets the os architecture.
Declaration
string OsArchitecture { get; }
Property Value
Type |
Description |
System.String |
The os architecture.
|
Declaration
char PathSeparator { get; }
Property Value
Type |
Description |
System.Char |
|
Gets the process architecture.
Declaration
string ProcessArchitecture { get; }
Property Value
Type |
Description |
System.String |
The process architecture.
|
Declaration
string StackTrace { get; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
string GetEnvironmentVariable(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.String |
|
Declaration
void SetProcessEnvironmentVariable(string name, string value)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
value |
|
Extension Methods