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
。
注解
模块由模块名称和完全限定的文件路径标识。