ProcessModuleCollection.IndexOf(ProcessModule) Metod

Definition

Anger platsen för en angiven modul i samlingen.

public:
 int IndexOf(System::Diagnostics::ProcessModule ^ module);
public int IndexOf(System.Diagnostics.ProcessModule module);
member this.IndexOf : System.Diagnostics.ProcessModule -> int
Public Function IndexOf (module As ProcessModule) As Integer

Parametrar

module
ProcessModule

Vars ProcessModule index hämtas.

Returer

Det nollbaserade index som definierar platsen för modulen i ProcessModuleCollection.

Gäller för