ProcessThreadCollection.Remove(ProcessThread) 方法
定义
从集合中删除进程线程。Deletes a process thread from the collection.
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
要从集合中删除的线程。The thread to remove from the collection.