ProcessThreadCollection.IndexOf(ProcessThread) Método

Definição

Fornece o local de um thread especificado dentro da coleção.

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

Parâmetros

thread
ProcessThread

O ProcessThread índice cujo índice é recuperado.

Retornos

O índice baseado em zero que define o local do thread dentro do ProcessThreadCollection.

Aplica-se a