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
Post a Comment