ProcessThreadCollection.Contains(ProcessThread) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的處理序執行緒是否存在於集合中。
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
參數
- thread
- ProcessThread
ProcessThread 執行個體,表示要在此集合中尋找的模組。
傳回
如果執行緒存在於集合中,則為 true
;否則為 false
。
備註
模組是由模組名稱及其完整檔案路徑所識別。