ProcessModuleCollection.FindLastIndex Methode

Definition

Ü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

Gibt zurück

Int32
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

Gibt zurück

Int32
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

Gibt zurück

Int32
Attribute

Gilt für: