ProcessThreadCollection.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(ProcessThread) |
Veraltet.
|
| LastIndexOf(ProcessThread, Int32) |
Veraltet.
|
| LastIndexOf(ProcessThread, Int32, Int32) |
Veraltet.
|
LastIndexOf(ProcessThread)
Achtung
This API is no longer available
public:
int LastIndexOf(System::Diagnostics::ProcessThread ^ item);
[System.Obsolete("This API is no longer available", true)]
public int LastIndexOf (System.Diagnostics.ProcessThread item);
[<System.Obsolete("This API is no longer available", true)>]
member this.LastIndexOf : System.Diagnostics.ProcessThread -> int
Public Function LastIndexOf (item As ProcessThread) As Integer
Parameter
- item
- ProcessThread
Gibt zurück
- Attribute
Gilt für:
LastIndexOf(ProcessThread, Int32)
Achtung
This API is no longer available
public:
int LastIndexOf(System::Diagnostics::ProcessThread ^ item, int index);
[System.Obsolete("This API is no longer available", true)]
public int LastIndexOf (System.Diagnostics.ProcessThread item, int index);
[<System.Obsolete("This API is no longer available", true)>]
member this.LastIndexOf : System.Diagnostics.ProcessThread * int -> int
Public Function LastIndexOf (item As ProcessThread, index As Integer) As Integer
Parameter
- item
- ProcessThread
- index
- Int32
Gibt zurück
- Attribute
Gilt für:
LastIndexOf(ProcessThread, Int32, Int32)
Achtung
This API is no longer available
public:
int LastIndexOf(System::Diagnostics::ProcessThread ^ item, int index, int count);
[System.Obsolete("This API is no longer available", true)]
public int LastIndexOf (System.Diagnostics.ProcessThread item, int index, int count);
[<System.Obsolete("This API is no longer available", true)>]
member this.LastIndexOf : System.Diagnostics.ProcessThread * int * int -> int
Public Function LastIndexOf (item As ProcessThread, index As Integer, count As Integer) As Integer
Parameter
- item
- ProcessThread
- index
- Int32
- count
- Int32
Gibt zurück
- Attribute