ProcessThreadCollection.IndexOf(ProcessThread) Méthode

Définition

Fournit l’emplacement d’un thread spécifié au sein de 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

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

Retours

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

S’applique à