ProcessThreadCollection.FindLastIndex Method

Definition

Overloads

FindLastIndex(Int32, Predicate<ProcessThread>)
Obsolete.
FindLastIndex(Predicate<ProcessThread>)
Obsolete.
FindLastIndex(Int32, Int32, Predicate<ProcessThread>)
Obsolete.

FindLastIndex(Int32, Predicate<ProcessThread>)

Caution

This API is no longer available

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

Parameters

startIndex
Int32

Returns

Int32
Attributes

Applies to

FindLastIndex(Predicate<ProcessThread>)

Caution

This API is no longer available

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

Parameters

Returns

Int32
Attributes

Applies to

FindLastIndex(Int32, Int32, Predicate<ProcessThread>)

Caution

This API is no longer available

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

Parameters

startIndex
Int32
count
Int32

Returns

Int32
Attributes

Applies to