ProcessThreadCollection.Contains(ProcessThread) Méthode

Définition

Détermine si le thread de processus spécifié existe dans la collection.

public:
 bool Contains(System::Diagnostics::ProcessThread ^ thread);
public bool Contains (System.Diagnostics.ProcessThread thread);
member this.Contains : System.Diagnostics.ProcessThread -> bool
Public Function Contains (thread As ProcessThread) As Boolean

Paramètres

thread
ProcessThread

Instance ProcessThread qui indique le thread à rechercher dans cette collection.

Retours

true si le thread existe dans la collection ; sinon, false.

Remarques

Un module est identifié par son nom de module et son chemin de fichier complet.

S’applique à