Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ProcessThreadCollection::Contains Method (ProcessThread^)

 

Determines whether the specified process thread exists in the collection.

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

public:
bool Contains(
	ProcessThread^ thread
)

Parameters

thread
Type: System.Diagnostics::ProcessThread^

A ProcessThread instance that indicates the thread to find in this collection.

Return Value

Type: System::Boolean

true if the thread exists in the collection; otherwise, false.

A module is identified by its module name and its fully qualified file path.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft