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

コレクションから削除するスレッド。

適用対象