C# Class AerialForWindows.AppEnvironment

Provides information about the application environment.
Datei anzeigen Open project: thoemmi/AerialForWindows

Public Properties

Property Type Description
CurrentVersion System.Version
DataFolder string
IsRemoteSession bool

Property Details

CurrentVersion public_oe static_oe property

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

DataFolder public_oe static_oe property

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

IsRemoteSession public_oe static_oe property

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