moul :: osdependent :: processinfo :: WinEnumProcesses :: Class WinEnumProcesses
[hide private]
[frames] | no frames]

Class WinEnumProcesses



object --+
         |
        WinEnumProcesses

""Get process informations under Win32 with psapi.dll

Based on enumprocesses from Eric Koome http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/305279

Instance Methods [hide private]
  getPids(self)
Get a list of pids
  getPidNames(self)
Get a list of pid -> name
  getPidDetails(self, pid)
Get detailed informations about a process

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

getPids(self)

 
Get a list of pids

getPidNames(self)

 
Get a list of pid -> name

getPidDetails(self, pid)

 
Get detailed informations about a process