コレクション内の指定した位置にプロセス スレッドを挿入します。
名前空間: System.Diagnostics
アセンブリ: System (system.dll 内)
構文
'宣言
Public Sub Insert ( _
index As Integer, _
thread As ProcessThread _
)
'使用
Dim instance As ProcessThreadCollection
Dim index As Integer
Dim thread As ProcessThread
instance.Insert(index, thread)
public void Insert (
int index,
ProcessThread thread
)
public:
void Insert (
int index,
ProcessThread^ thread
)
public void Insert (
int index,
ProcessThread thread
)
public function Insert (
index : int,
thread : ProcessThread
)
パラメータ
- index
スレッドを挿入する位置を示す 0 から始まるインデックス番号。
- thread
コレクションに挿入するスレッド。
プラットフォーム
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 2.0、1.1、1.0
参照
関連項目
ProcessThreadCollection クラス
ProcessThreadCollection メンバ
System.Diagnostics 名前空間