| Trees | Indices | Help |
|---|
|
|
Manages appModules.
|
|||
| processEntry32W | |||
|
AppModule Base app module. |
|||
|
|||
| unicode or str |
|
||
|
|||
| appModule |
|
||
|
|||
|
|||
| AppModule |
|
||
|
|||
|
|||
|
|||
|
|||
| dict |
runningTable = {}a dictionary of the currently running appModules, using their application's main window handle as a key. |
||
NVDAProcessID = Nonehash(x) |
|||
_importers = Nonehash(x) |
|||
|
|||
Finds out the application name of the given process.
|
Finds the appModule that is for the given process ID. The module is also cached for later retreavals.
|
Removes any appModules from the cache whose process has died, and also tries to load a new appModule for the given process ID if need be.
|
Returns an appModule found in the appModules directory, for the given application name.
|
Reloads running appModules. especially, it clears the cache of running appModules and deletes them from sys.modules. Each appModule will be reloaded immediately as a reaction on a first event coming from the process. |
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:45:50 2011 | http://epydoc.sourceforge.net |