ProcessThreadCollection.Add(ProcessThread) メソッド

定義

コレクションにプロセス スレッドを付加します。

public:
 int Add(System::Diagnostics::ProcessThread ^ thread);
public int Add (System.Diagnostics.ProcessThread thread);
member this.Add : System.Diagnostics.ProcessThread -> int
Public Function Add (thread As ProcessThread) As Integer

パラメーター

thread
ProcessThread

コレクションに追加するスレッド。

戻り値

コレクション内のスレッドの 0 から始まるインデックス。

適用対象