Provides a strongly typed collection of System.Diagnostics.ProcessModule objects.
See Also: ProcessModuleCollection Members
A module is an executable file or a dynamic link library (DLL). Each process consists of one or more modules. You can use this class to get iterate over a collection of process modules on the system. A module is identified by its module name and fully qualified file path.