System.Diagnostics.ProcessModuleCollection Class

Provides a strongly typed collection of System.Diagnostics.ProcessModule objects.

See Also: ProcessModuleCollection Members

Syntax

public class ProcessModuleCollection : ReadOnlyCollectionBase

Remarks

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.

Requirements

Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0