System.Diagnostics.ProcessModuleCollection: Method Members

The methods of System.Diagnostics.ProcessModuleCollection are listed below. For a list of all members, see the ProcessModuleCollection Members list.

See Also: Inherited members from System.Collections.ReadOnlyCollectionBase

Public Methods

Contains(ProcessModule) : bool

Determines whether the specified process module exists in the collection.

CopyTo(ProcessModule[], int)

Copies an array of System.Diagnostics.ProcessModule instances to the collection, at the specified index.

IndexOf(ProcessModule) : int

Provides the location of a specified module within the collection.