C# Class AerialForWindows.AppEnvironment

Provides information about the application environment.
Show file Open project: thoemmi/AerialForWindows

Public Properties

Property Type Description
CurrentVersion System.Version
DataFolder string
IsRemoteSession bool

Property Details

CurrentVersion public static property

Gets the current version of the application.
public static Version,System CurrentVersion
return System.Version

DataFolder public static property

Returns the data folder, which is used for logs, settings etc.
public static string DataFolder
return string

IsRemoteSession public static property

Specifies if the application is running in a remote desktop session.
public static bool IsRemoteSession
return bool