ProcessThreadCollection.Add(ProcessThread) Methode

Definitie

Hiermee voegt u een procesthread toe aan de verzameling.

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

Parameters

thread
ProcessThread

De thread die moet worden toegevoegd aan de verzameling.

Retouren

De op nul gebaseerde index van de thread in de verzameling.

Van toepassing op