28 base.InnerList.AddRange(processModules);
36 return base.InnerList.IndexOf(module);
45 return base.InnerList.Contains(module);
53 base.InnerList.CopyTo(array, index);
Provides a strongly typed collection of T:System.Diagnostics.ProcessModule objects.
Provides the abstract base class for a strongly typed non-generic read-only collection.
Represents a.dll or .exe file that is loaded into a particular process.
ProcessModuleCollection()
Initializes a new instance of the T:System.Diagnostics.ProcessModuleCollection class,...
void CopyTo(ProcessModule[] array, int index)
Copies an array of T:System.Diagnostics.ProcessModule instances to the collection,...
ProcessModuleCollection(ProcessModule[] processModules)
Initializes a new instance of the T:System.Diagnostics.ProcessModuleCollection class,...
int IndexOf(ProcessModule module)
Provides the location of a specified module within the collection.
bool Contains(ProcessModule module)
Determines whether the specified process module exists in the collection.