C# 클래스 AerialForWindows.AppEnvironment

Provides information about the application environment.
파일 보기 프로젝트 열기: thoemmi/AerialForWindows

공개 프로퍼티들

프로퍼티 타입 설명
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