ProcessThreadCollection.IndexOf(ProcessThread) Metodo

Definizione

Fornisce il percorso di un thread specificato all'interno della raccolta.

public:
 int IndexOf(System::Diagnostics::ProcessThread ^ thread);
public int IndexOf (System.Diagnostics.ProcessThread thread);
member this.IndexOf : System.Diagnostics.ProcessThread -> int
Public Function IndexOf (thread As ProcessThread) As Integer

Parametri

thread
ProcessThread

Oggetto ProcessThread di cui viene recuperato l'indice.

Restituisce

Indice in base zero che definisce la posizione del thread all'interno di ProcessThreadCollection.

Si applica a