ProcessThreadCollection.IndexOf(ProcessThread) Méthode

Définition

Fournit l’emplacement d’un thread spécifié dans la collection.

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

Paramètres

thread
ProcessThread

Dont l’index ProcessThread est récupéré.

Retours

Index de base zéro qui définit l’emplacement du thread dans le ProcessThreadCollection.

S’applique à