|
Previous Top Next |
Prototype: | None |
The Core class Construct method retrieves information about the running program and stores them in the class properties:
EXEName | Set to COMMAND('0') which contains the full path to the executable name that is running. |
ProgPath | This stores the drive + path of the EXEName |
ProgramCommandLine | This stores the whole command line of the program as returned by COMMAND('') |
ProgramDebugOn | This stores the value of a runtime parameter as returned by COMMAND('DEBUG') |
XPThemesPresent | This indicates if the XP Themes are present or not. |
ComputerName | This stores the computer name. |
UserName | This stores the user name of the currently logged in user. |
See also: