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

    Show / Hide Table of Contents

    Interface IEnvironmentInfo

    Namespace: MediaBrowser.Model.System
    Assembly: MediaBrowser.Model.dll
    Syntax
    public interface IEnvironmentInfo

    Properties

    FrameworkVersion

    Declaration
    string FrameworkVersion { get; }
    Property Value
    Type Description
    System.String

    IsWindowsService

    Declaration
    bool IsWindowsService { get; }
    Property Value
    Type Description
    System.Boolean

    OperatingSystem

    Declaration
    OperatingSystem OperatingSystem { get; }
    Property Value
    Type Description
    OperatingSystem

    OperatingSystemName

    Declaration
    string OperatingSystemName { get; }
    Property Value
    Type Description
    System.String

    OperatingSystemVersion

    Declaration
    string OperatingSystemVersion { get; }
    Property Value
    Type Description
    System.String

    OsArchitecture

    Gets the os architecture.

    Declaration
    string OsArchitecture { get; }
    Property Value
    Type Description
    System.String

    The os architecture.

    Remarks

    Corresponds to a value from System.Runtime.InteropServices.Architecture:

    X86, X64, Arm, Arm64

    PathSeparator

    Declaration
    char PathSeparator { get; }
    Property Value
    Type Description
    System.Char

    ProcessArchitecture

    Gets the process architecture.

    Declaration
    string ProcessArchitecture { get; }
    Property Value
    Type Description
    System.String

    The process architecture.

    Remarks

    Corresponds to a value from System.Runtime.InteropServices.Architecture:

    X86, X64, Arm, Arm64

    StackTrace

    Declaration
    string StackTrace { get; }
    Property Value
    Type Description
    System.String

    Methods

    GetEnvironmentVariable(String)

    Declaration
    string GetEnvironmentVariable(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    System.String

    SetProcessEnvironmentVariable(String, String)

    Declaration
    void SetProcessEnvironmentVariable(string name, string value)
    Parameters
    Type Name Description
    System.String name
    System.String value

    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.