ProcessThreadCollection.Remove(ProcessThread) 方法

定义

从集合中删除进程线程。

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)

参数

thread
ProcessThread

要从集合中删除的线程。

适用于