ProcessModuleCollection.FindLastIndex メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| FindLastIndex(Int32, Predicate<ProcessModule>) |
互換性のために残されています。
|
| FindLastIndex(Predicate<ProcessModule>) |
互換性のために残されています。
|
| FindLastIndex(Int32, Int32, Predicate<ProcessModule>) |
互換性のために残されています。
|
FindLastIndex(Int32, Predicate<ProcessModule>)
注意事項
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
パラメーター
- startIndex
- Int32
- match
- Predicate<ProcessModule>
戻り値
- 属性
適用対象
FindLastIndex(Predicate<ProcessModule>)
注意事項
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
パラメーター
- match
- Predicate<ProcessModule>
戻り値
- 属性
適用対象
FindLastIndex(Int32, Int32, Predicate<ProcessModule>)
注意事項
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
パラメーター
- startIndex
- Int32
- count
- Int32
- match
- Predicate<ProcessModule>
戻り値
- 属性