ALox  V. 2402 R. 0
Home ALox for C++ ALox for C# ALox for Java Download
Public Static Methods | Private Static Fields | List of all members
ProcessInfo Class Reference
Collaboration diagram for ProcessInfo:
[legend]

Class Description


Information about processes.

Note
In the Java Version of ALib, this class is very reduced, because java detail classes provide enough functionality.

Public Static Methods

static AString getCurrentProcessName ()
 

Private Static Fields

static AString processName = null
 

Member Function Documentation

◆ getCurrentProcessName()

static AString getCurrentProcessName ( )
static

Receives the name of the current process. Evaluated only once, can't change.

Note
In the Java version of ALib, this is the name of the class whose main() method was started.
Returns
The name of the process.

Member Data Documentation

◆ processName

AString processName = null
staticprivate

The process name, retrieved once on request


The documentation for this class was generated from the following file: