ProcessThreadCollection.Remove(ProcessThread) Methode

Definitie

Hiermee verwijdert u een procesthread uit de verzameling.

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

De thread die uit de verzameling moet worden verwijderd.

Van toepassing op