ProcessThreadCollection.Insert(Int32, ProcessThread) メソッド

定義

コレクション内の指定した位置にプロセス スレッドを挿入します。

public:
 void Insert(int index, System::Diagnostics::ProcessThread ^ thread);
public void Insert (int index, System.Diagnostics.ProcessThread thread);
member this.Insert : int * System.Diagnostics.ProcessThread -> unit
Public Sub Insert (index As Integer, thread As ProcessThread)

パラメーター

index
Int32

スレッドを挿入する位置を示す 0 から始まるインデックス。

thread
ProcessThread

コレクションに挿入するスレッド。

適用対象