ProcessModuleCollection.LastIndexOf Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
| LastIndexOf(ProcessModule) |
Nieaktualne.
|
| LastIndexOf(ProcessModule, Int32) |
Nieaktualne.
|
| LastIndexOf(ProcessModule, Int32, Int32) |
Nieaktualne.
|
LastIndexOf(ProcessModule)
Przestroga
This API is no longer available
public:
int LastIndexOf(System::Diagnostics::ProcessModule ^ item);
[System.Obsolete("This API is no longer available", true)]
public int LastIndexOf (System.Diagnostics.ProcessModule item);
[<System.Obsolete("This API is no longer available", true)>]
member this.LastIndexOf : System.Diagnostics.ProcessModule -> int
Public Function LastIndexOf (item As ProcessModule) As Integer
Parametry
- item
- ProcessModule
Zwraca
- Atrybuty
Dotyczy
LastIndexOf(ProcessModule, Int32)
Przestroga
This API is no longer available
public:
int LastIndexOf(System::Diagnostics::ProcessModule ^ item, int index);
[System.Obsolete("This API is no longer available", true)]
public int LastIndexOf (System.Diagnostics.ProcessModule item, int index);
[<System.Obsolete("This API is no longer available", true)>]
member this.LastIndexOf : System.Diagnostics.ProcessModule * int -> int
Public Function LastIndexOf (item As ProcessModule, index As Integer) As Integer
Parametry
- item
- ProcessModule
- index
- Int32
Zwraca
- Atrybuty
Dotyczy
LastIndexOf(ProcessModule, Int32, Int32)
Przestroga
This API is no longer available
public:
int LastIndexOf(System::Diagnostics::ProcessModule ^ item, int index, int count);
[System.Obsolete("This API is no longer available", true)]
public int LastIndexOf (System.Diagnostics.ProcessModule item, int index, int count);
[<System.Obsolete("This API is no longer available", true)>]
member this.LastIndexOf : System.Diagnostics.ProcessModule * int * int -> int
Public Function LastIndexOf (item As ProcessModule, index As Integer, count As Integer) As Integer
Parametry
- item
- ProcessModule
- index
- Int32
- count
- Int32
Zwraca
- Atrybuty