ProcessThreadCollection.Item[Int32] Property

Definition

Gets an index for iterating over the set of process threads.

public:
 property System::Diagnostics::ProcessThread ^ default[int] { System::Diagnostics::ProcessThread ^ get(int index); };
public System.Diagnostics.ProcessThread this[int index] { get; }
member this.Item(int) : System.Diagnostics.ProcessThread
Default Public ReadOnly Property Item(index As Integer) As ProcessThread

Parameters

index
Int32

The zero-based index value of the thread in the collection.

Property Value

A ProcessThread that indexes the threads in the collection.

Applies to