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

要從集合中移除的執行緒。

適用於