ProcessThreadCollection.Remove(ProcessThread) Méthode

Définition

Supprime un thread de processus à partir de la collection.

public:
 void Remove(System::Diagnostics::ProcessThread ^ thread);
public void Remove (System.Diagnostics.ProcessThread thread);
member this.Remove : System.Diagnostics.ProcessThread -> unit
Public Sub Remove (thread As ProcessThread)

Paramètres

thread
ProcessThread

Thread à supprimer de la collection.

S’applique à