ProcessThreadCollection.IndexOf(ProcessThread) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.