ProcessThreadCollection.Add(ProcessThread) Metoda

Definicja

Dołącza wątek procesu do kolekcji.

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

Wątek do dodania do kolekcji.

Zwraca

Int32

Indeks zerowy wątku w kolekcji.

Dotyczy