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

要添加到集合的线程。

返回

集合中线程的从零开始的索引。

适用于