TModule
From RemObjects Software
This is a Hydra Architecture entry
Feel free to add your notes to this topic below.
Overview
TModule represents a DLL loaded into memory. This Object is created by a TProcess Object and listed in its TProcess.Modules property to represent the list of all DLLs loaded by a specific process.
File
uHYEnumProcs
Declaration
TModule = class(TObject);
Hierarchy
- TObject
- TModule
Properties
| | | |
|---|---|---|
| FileName | ||
| FilePath |
Methods
| | |
|---|---|
| Create |
See Also
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | Hydra | Architecture | Class | Delphi
