ProcessThreadCollection.Contains(ProcessThread) Methode

Definitie

Bepaalt of de opgegeven procesthread bestaat in de verzameling.

public:
 bool Contains(System::Diagnostics::ProcessThread ^ thread);
public bool Contains(System.Diagnostics.ProcessThread thread);
member this.Contains : System.Diagnostics.ProcessThread -> bool
Public Function Contains (thread As ProcessThread) As Boolean

Parameters

thread
ProcessThread

Een ProcessThread exemplaar dat de thread aangeeft die in deze verzameling moet worden gevonden.

Retouren

true als de thread bestaat in de verzameling; anders, false.

Opmerkingen

Een module wordt geïdentificeerd door de modulenaam en het volledig gekwalificeerde bestandspad.

Van toepassing op