ProcessThreadCollection.Insert(Int32, ProcessThread) Metoda

Definice

Vloží vlákno procesu do zadaného umístění v kolekci.

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)

Parametry

index
Int32

Index založený na nule označující umístění, do kterého se má vlákno vložit.

thread
ProcessThread

Vlákno, které se má vložit do kolekce.

Platí pro