ProcessThreadCollection.Add(ProcessThread) Méthode

Définition

Ajoute un thread de processus à la collection.

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

Paramètres

thread
ProcessThread

Thread à ajouter à la collection.

Retours

Index de base zéro du thread dans la collection.

S’applique à