ProcessThreadCollection::Remove Method (ProcessThread^)

 

Deletes a process thread from the collection.

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

public:
void Remove(
	ProcessThread^ thread
)

Parameters

thread
Type: System.Diagnostics::ProcessThread^

The thread to remove from the collection.

.NET Framework
Available since 1.1
Return to top
Show: