ProcessThreadCollection.LastIndexOf Methode

Definition

Ü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

Gibt zurück

Int32
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

index
Int32

Gibt zurück

Int32
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

index
Int32
count
Int32

Gibt zurück

Int32
Attribute

Gilt für: