ProcessThreadCollection.Remove(ProcessThread) Methode

Definition

Löscht einen Prozessthread aus der Auflistung.

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)

Parameter

thread
ProcessThread

Der aus der Auflistung zu entfernende Thread.

Gilt für: