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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -