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 から始まるインデックス。

適用対象