ProcessModuleCollection.IndexOf(ProcessModule) Methode

Definitie

Biedt de locatie van een opgegeven module in de verzameling.

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

Parameters

module
ProcessModule

De ProcessModule index waarvan de index wordt opgehaald.

Retouren

De op nul gebaseerde index die de locatie van de module binnen de ProcessModuleCollectionmodule definieert.

Van toepassing op