ProcessThreadCollection::Item Property (Int32)

 

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

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

public:
property ProcessThread^ default[
	int index
] {
	ProcessThread^ get(int index);
}

Parameters

index
Type: System::Int32

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

Property Value

Type: System.Diagnostics::ProcessThread^

A ProcessThread that indexes the threads in the collection.

.NET Framework
Available since 1.1
Return to top
Show: