要检查是否在进程中创建了新的内存线程...? [英] To Check if new memory threads have been created in a process...?

查看:89
本文介绍了要检查是否在进程中创建了新的内存线程...?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以检查vb.net中的进程内是否已创建新的内存线程.

Is there a way to check whether new memory threads have been created inside a process in vb.net.

通过对进程进行哈希处理并在创建线程之前或之后进行检查.

By hashing the process and checking before and after the threads are created or something like that.

需要想法和建议.

Thnx ..

推荐答案

以下内容对您有用吗?

Does the following work for you?

Dim Proc As Process = Process.GetCurrentProcess()Console.WriteLine("Threads: {0}", Proc.Threads.Count.ToString())



这篇关于要检查是否在进程中创建了新的内存线程...?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆