ProcessModuleCollection.FindIndex Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
- match
- Predicate<ProcessModule>
Zwraca
- 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
- match
- Predicate<ProcessModule>
Zwraca
- 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
- match
- Predicate<ProcessModule>
Zwraca
- Atrybuty