ApplicationInfo Class

Represents type ApplicationInfo.

Namespace: System.Info
TObject
  System.Info.ApplicationInfo
type
 ApplicationInfo = class(TObject)
 end;

The ApplicationInfo type exposes the following members.

Show:
 NameDescription
EnvironmentVariable[String]

Represents property EnvironmentVariable[String].

Top
Show:
 NameDescription
ExeName

Represents method ExeName.

GetEnvironmentVariable

Represents method GetEnvironmentVariable.

MemoryCounters

Represents method MemoryCounters.

RunningAsService

Represents method RunningAsService.

SetEnvironmentVariable(String,String)

Represents method SetEnvironmentVariable(String,String).

Version

Represents method Version.

Top