ProcessModuleCollection.FindIndex Metoda

Definicja

Przeciążenia

FindIndex(Predicate<ProcessModule>)
Nieaktualne.
FindIndex(Int32, Predicate<ProcessModule>)
Nieaktualne.
FindIndex(Int32, Int32, Predicate<ProcessModule>)
Nieaktualne.

FindIndex(Predicate<ProcessModule>)

Przestroga

This API is no longer available

public:
 int FindIndex(Predicate<System::Diagnostics::ProcessModule ^> ^ match);
[System.Obsolete("This API is no longer available", true)]
public int FindIndex (Predicate<System.Diagnostics.ProcessModule> match);
[<System.Obsolete("This API is no longer available", true)>]
member this.FindIndex : Predicate<System.Diagnostics.ProcessModule> -> int
Public Function FindIndex (match As Predicate(Of ProcessModule)) As Integer

Parametry

Zwraca

Int32
Atrybuty

Dotyczy

FindIndex(Int32, Predicate<ProcessModule>)

Przestroga

This API is no longer available

public:
 int FindIndex(int startIndex, Predicate<System::Diagnostics::ProcessModule ^> ^ match);
[System.Obsolete("This API is no longer available", true)]
public int FindIndex (int startIndex, Predicate<System.Diagnostics.ProcessModule> match);
[<System.Obsolete("This API is no longer available", true)>]
member this.FindIndex : int * Predicate<System.Diagnostics.ProcessModule> -> int
Public Function FindIndex (startIndex As Integer, match As Predicate(Of ProcessModule)) As Integer

Parametry

startIndex
Int32

Zwraca

Int32
Atrybuty

Dotyczy

FindIndex(Int32, Int32, Predicate<ProcessModule>)

Przestroga

This API is no longer available

public:
 int FindIndex(int startIndex, int count, Predicate<System::Diagnostics::ProcessModule ^> ^ match);
[System.Obsolete("This API is no longer available", true)]
public int FindIndex (int startIndex, int count, Predicate<System.Diagnostics.ProcessModule> match);
[<System.Obsolete("This API is no longer available", true)>]
member this.FindIndex : int * int * Predicate<System.Diagnostics.ProcessModule> -> int
Public Function FindIndex (startIndex As Integer, count As Integer, match As Predicate(Of ProcessModule)) As Integer

Parametry

startIndex
Int32
count
Int32

Zwraca

Int32
Atrybuty

Dotyczy