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

適用対象