Share via


ProcessThreadCollection.Add(ProcessThread) Metodo

Definizione

Aggiunge un thread di processo alla raccolta.

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

Parametri

thread
ProcessThread

Thread da aggiungere alla raccolta.

Restituisce

Indice in base zero del thread nella raccolta.

Si applica a