コレクション内の指定したスレッドの位置を提供します。
Public Function IndexOf( _
ByVal thread As ProcessThread _) As Integer
[C#]
public int IndexOf(ProcessThreadthread);
[C++]
public: int IndexOf(ProcessThread* thread);
[JScript]
public function IndexOf(
thread : ProcessThread) : int;
パラメータ
- thread
インデックスを取得する ProcessThread 。
戻り値
ProcessThreadCollection 内のスレッドの位置を定義する 0 から始まるインデックス番号。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ProcessThreadCollection クラス | ProcessThreadCollection メンバ | System.Diagnostics 名前空間