コレクションからプロセス スレッドを削除します。
Public Sub Remove( _
ByVal thread As ProcessThread _)
[C#]
public void Remove(ProcessThreadthread);
[C++]
public: void Remove(ProcessThread* thread);
[JScript]
public function Remove(
thread : ProcessThread);
パラメータ
- thread
コレクションから削除するスレッド。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ProcessThreadCollection クラス | ProcessThreadCollection メンバ | System.Diagnostics 名前空間