ProcessModuleCollection.FindLastIndex メソッド

定義

オーバーロード

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

戻り値

Int32
属性

適用対象

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

パラメーター

戻り値

Int32
属性

適用対象

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

戻り値

Int32
属性

適用対象