ProcessThreadCollection.Remove(ProcessThread) Metodo

Definizione

Elimina un thread di processo dalla raccolta.

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)

Parametri

thread
ProcessThread

Thread da rimuovere dalla raccolta.

Si applica a