ProcessThreadCollection.IndexOf(ProcessThread) Methode

Definitie

Biedt de locatie van een opgegeven thread in de verzameling.

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

Parameters

thread
ProcessThread

De ProcessThread index waarvan de index wordt opgehaald.

Retouren

De op nul gebaseerde index waarmee de locatie van de thread binnen de ProcessThreadCollectionthread wordt gedefinieerd.

Van toepassing op