ProcessThreadCollection.IndexOf(ProcessThread) Metod

Definition

Anger platsen för en angiven tråd i samlingen.

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

Parametrar

thread
ProcessThread

Vars ProcessThread index hämtas.

Returer

Det nollbaserade index som definierar platsen för tråden i ProcessThreadCollection.

Gäller för