ProcessThreadCollection.Add(ProcessThread) Metoda

Definice

Připojí vlákno procesu ke kolekci.

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

Parametry

thread
ProcessThread

Vlákno, které se má přidat do kolekce.

Návraty

Index vlákna v kolekci založený na nule.

Platí pro