ProcessThreadCollection.IndexOf(ProcessThread) メソッド

定義

コレクション内の指定したスレッドの場所を提供します。

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

パラメーター

thread
ProcessThread

インデックスが取得される ProcessThread

返品

ProcessThreadCollection内のスレッドの位置を定義する 0 から始まるインデックス。

適用対象