ProcessModuleCollection.FindLastIndex 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
| FindLastIndex(Int32, Predicate<ProcessModule>) |
Nieaktualne.
|
| FindLastIndex(Predicate<ProcessModule>) |
Nieaktualne.
|
| FindLastIndex(Int32, Int32, Predicate<ProcessModule>) |
Nieaktualne.
|
FindLastIndex(Int32, Predicate<ProcessModule>)
Przestroga
This API is no longer available
public:
int FindLastIndex(int startIndex, Predicate<System::Diagnostics::ProcessModule ^> ^ match);
[System.Obsolete("This API is no longer available", true)]
public int FindLastIndex (int startIndex, Predicate<System.Diagnostics.ProcessModule> match);
[<System.Obsolete("This API is no longer available", true)>]
member this.FindLastIndex : int * Predicate<System.Diagnostics.ProcessModule> -> int
Public Function FindLastIndex (startIndex As Integer, match As Predicate(Of ProcessModule)) As Integer
Parametry
- startIndex
- Int32
- match
- Predicate<ProcessModule>
Zwraca
- Atrybuty
Dotyczy
FindLastIndex(Predicate<ProcessModule>)
Przestroga
This API is no longer available
public:
int FindLastIndex(Predicate<System::Diagnostics::ProcessModule ^> ^ match);
[System.Obsolete("This API is no longer available", true)]
public int FindLastIndex (Predicate<System.Diagnostics.ProcessModule> match);
[<System.Obsolete("This API is no longer available", true)>]
member this.FindLastIndex : Predicate<System.Diagnostics.ProcessModule> -> int
Public Function FindLastIndex (match As Predicate(Of ProcessModule)) As Integer
Parametry
- match
- Predicate<ProcessModule>
Zwraca
- Atrybuty
Dotyczy
FindLastIndex(Int32, Int32, Predicate<ProcessModule>)
Przestroga
This API is no longer available
public:
int FindLastIndex(int startIndex, int count, Predicate<System::Diagnostics::ProcessModule ^> ^ match);
[System.Obsolete("This API is no longer available", true)]
public int FindLastIndex (int startIndex, int count, Predicate<System.Diagnostics.ProcessModule> match);
[<System.Obsolete("This API is no longer available", true)>]
member this.FindLastIndex : int * int * Predicate<System.Diagnostics.ProcessModule> -> int
Public Function FindLastIndex (startIndex As Integer, count As Integer, match As Predicate(Of ProcessModule)) As Integer
Parametry
- startIndex
- Int32
- count
- Int32
- match
- Predicate<ProcessModule>
Zwraca
- Atrybuty