ProcessThreadCollection.IndexOf(ProcessThread) Metoda

Definice

Poskytuje umístění zadaného vlákna v kolekci.

public:
 int IndexOf(System::Diagnostics::ProcessThread ^ thread);
public int IndexOf (System.Diagnostics.ProcessThread thread);
member this.IndexOf : System.Diagnostics.ProcessThread -> int
Public Function IndexOf (thread As ProcessThread) As Integer

Parametry

thread
ProcessThread

Jejíž ProcessThread index se načte.

Návraty

Index založený na nule, který definuje umístění vlákna v rámci ProcessThreadCollection.

Platí pro