Share via


ProcessModuleCollection.IndexOf(ProcessModule) Yöntem

Tanım

Koleksiyon içinde belirtilen modülün konumunu sağlar.

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

Parametreler

module
ProcessModule

Dizini ProcessModule alınan.

Döndürülenler

modülün içindeki ProcessModuleCollectionkonumunu tanımlayan sıfır tabanlı dizin.

Şunlara uygulanır