Table of Contents

Class AppEnvironment

Namespace
Lykke.Common
Assembly
Lykke.Common.dll

Executing application environment

public static class AppEnvironment
Inheritance
AppEnvironment
Inherited Members

Properties

EnvInfo

ENV_INFO environment variable

public static string EnvInfo { get; }

Property Value

string

Name

Name of the app

public static string Name { get; }

Property Value

string

Version

Version of the app

public static string Version { get; }

Property Value

string