ProcessThreadCollection.FindLastIndex 方法
定义
重载
| FindLastIndex(Int32, Predicate<ProcessThread>) |
已过时。
|
| FindLastIndex(Predicate<ProcessThread>) |
已过时。
|
| FindLastIndex(Int32, Int32, Predicate<ProcessThread>) |
已过时。
|
FindLastIndex(Int32, Predicate<ProcessThread>)
注意
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
参数
- startIndex
- Int32
- match
- Predicate<ProcessThread>
返回
- 属性
适用于
FindLastIndex(Predicate<ProcessThread>)
注意
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
参数
- match
- Predicate<ProcessThread>
返回
- 属性
适用于
FindLastIndex(Int32, Int32, Predicate<ProcessThread>)
注意
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
参数
- startIndex
- Int32
- count
- Int32
- match
- Predicate<ProcessThread>
返回
- 属性