c# - Retrieve the list of Thread(not ProcessThread) of the current application? -


for diagnostic tool, able retrieve list of thread running current process.

i'm aware of process.getcurrentprocess().threads returns me list of "processthread" doesn't contains usefull information thread name, call stack, ...

i understand cannot access kind of information process ours, should able retrieve information our current process, right?

i can't find way retrieve list of thread , not processthread


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -