ProcessModuleCollection Class
Provides a strongly typed collection of ProcessModule objects.
For a list of all members of this type, see ProcessModuleCollection Members.
System.Object
System.Collections.ReadOnlyCollectionBase
System.Diagnostics.ProcessModuleCollection
[Visual Basic] Public Class ProcessModuleCollection Inherits ReadOnlyCollectionBase [C#] public class ProcessModuleCollection : ReadOnlyCollectionBase [C++] public __gc class ProcessModuleCollection : public ReadOnlyCollectionBase [JScript] public class ProcessModuleCollection extends ReadOnlyCollectionBase
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
See Also
ProcessModuleCollection Members | System.Diagnostics Namespace | ProcessModule.ModuleName | ProcessModule.FileName