C# Класс AerialForWindows.AppEnvironment

Provides information about the application environment.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
CurrentVersion System.Version
DataFolder string
IsRemoteSession bool

Описание свойств

CurrentVersion публичное статическое свойство

Gets the current version of the application.
public static Version,System CurrentVersion
Результат System.Version

DataFolder публичное статическое свойство

Returns the data folder, which is used for logs, settings etc.
public static string DataFolder
Результат string

IsRemoteSession публичное статическое свойство

Specifies if the application is running in a remote desktop session.
public static bool IsRemoteSession
Результат bool