ProcessThreadCollection.Remove(ProcessThread) Método

Definição

Exclui um thread de processo da coleção.

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)

Parâmetros

thread
ProcessThread

O thread a ser removido da coleção.

Aplica-se a