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 中的位置的从零开始的索引。

适用于