ProcessModuleCollection.FindLastIndex Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| FindLastIndex(Int32, Predicate<ProcessModule>) |
Veraltet.
|
| FindLastIndex(Predicate<ProcessModule>) |
Veraltet.
|
| FindLastIndex(Int32, Int32, Predicate<ProcessModule>) |
Veraltet.
|
FindLastIndex(Int32, Predicate<ProcessModule>)
Achtung
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
Parameter
- startIndex
- Int32
- match
- Predicate<ProcessModule>
Gibt zurück
- Attribute
Gilt für:
FindLastIndex(Predicate<ProcessModule>)
Achtung
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
Parameter
- match
- Predicate<ProcessModule>
Gibt zurück
- Attribute
Gilt für:
FindLastIndex(Int32, Int32, Predicate<ProcessModule>)
Achtung
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
Parameter
- startIndex
- Int32
- count
- Int32
- match
- Predicate<ProcessModule>
Gibt zurück
- Attribute