ProcessThreadCollection.Add(ProcessThread) Metod

Definition

Lägger till en processtråd i samlingen.

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

Parametrar

thread
ProcessThread

Tråden som ska läggas till i samlingen.

Returer

Det nollbaserade indexet för tråden i samlingen.

Gäller för