ProcessThreadCollection.Insert(Int32, ProcessThread) Methode

Definitie

Hiermee voegt u een procesthread in op de opgegeven locatie in de verzameling.

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)

Parameters

index
Int32

De op nul gebaseerde index die de locatie aangeeft waarop de thread moet worden ingevoegd.

thread
ProcessThread

De thread die in de verzameling moet worden ingevoegd.

Van toepassing op