ProcessThreadCollection.IndexOf(ProcessThread) Metoda

Definicja

Udostępnia lokalizację określonego wątku w kolekcji.

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

Którego ProcessThread indeks jest pobierany.

Zwraca

Indeks oparty na zera, który definiuje lokalizację wątku w obiekcie ProcessThreadCollection.

Dotyczy