ProcessThreadCollection.Insert(Int32, ProcessThread) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在集合中指定的位置插入處理序執行緒。
public:
void Insert(int index, System::Diagnostics::ProcessThread ^ thread);
public void Insert (int index, System.Diagnostics.ProcessThread thread);
member this.Insert : int * System.Diagnostics.ProcessThread -> unit
Public Sub Insert (index As Integer, thread As ProcessThread)
參數
- index
- Int32
表示要插入執行緒之所在位置的以零起始的索引。
- thread
- ProcessThread
要插入集合的物件。