ProcessThreadCollection.Remove(ProcessThread) Method

Definition

Deletes a process thread from the 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)

Parameters

thread
ProcessThread

The thread to remove from the collection.

Applies to