ProcessModuleCollection.LastIndexOf Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| LastIndexOf(ProcessModule) |
Veraltet.
|
| LastIndexOf(ProcessModule, Int32) |
Veraltet.
|
| LastIndexOf(ProcessModule, Int32, Int32) |
Veraltet.
|
LastIndexOf(ProcessModule)
Achtung
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
Parameter
- item
- ProcessModule
Gibt zurück
- Attribute
Gilt für:
LastIndexOf(ProcessModule, Int32)
Achtung
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
Parameter
- item
- ProcessModule
- index
- Int32
Gibt zurück
- Attribute
Gilt für:
LastIndexOf(ProcessModule, Int32, Int32)
Achtung
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
Parameter
- item
- ProcessModule
- index
- Int32
- count
- Int32
Gibt zurück
- Attribute