Commit Graph

5 Commits

Author SHA1 Message Date
shirou 0969c9436b delete v2 directory, move v3 to top #1078 2021-11-30 23:47:59 +00:00
Max Altgelt b02b92e16b
feat: Add support for environment variable read
Add support (for Linux and Windows for now) for reading the
environment variables of a process, with a similar syntax to
os.Environ().
For Windows, this includes some refactoring for clean access to the
RTL_USER_PROCESS_PARAMETERS structure which points to the command
line and the environment variables.
2021-07-13 15:11:29 +02:00
Mauro Leggieri 7783e1d58e Added retrieval of OS platform to determine better a process platform. 2020-05-04 20:16:05 -03:00
Mauro Leggieri 00957cfedc Fixed slow command line retrieval on Windows 2020-04-30 22:44:43 -03:00
WAKAYAMA Shirou 903277ce2f [process]windows: implement process.MemoryInfo (but no swap) 2016-05-04 22:39:44 +09:00