System.Diagnostics.ProcessModuleCollection Members

The members of System.Diagnostics.ProcessModuleCollection are listed below.

See Also: Inherited members from System.Collections.ReadOnlyCollectionBase

Public Constructors

Initializes a new instance of the System.Diagnostics.ProcessModuleCollection class, using the specified array of System.Diagnostics.ProcessModule instances.

Protected Constructors

Initializes a new instance of the System.Diagnostics.ProcessModuleCollection class, with no associated System.Diagnostics.ProcessModule instances.

Public Properties

[read-only]
default property
Item(int)ProcessModule. Documentation for this section has not yet been entered.

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.