Information about the class that created a thread

  • Thread starter Thread starter Johann
  • Start date Start date
J

Johann

Hi,

Is it possible to get the class/object name that invoked a thread, from
another process. From one process I could get another processes thread
information, but how do I get the method that created it.
Thx,

Johann
 
Johann said:
Hi,

Is it possible to get the class/object name that invoked a thread, from
another process. From one process I could get another processes thread
information, but how do I get the method that created it.

What do you mean, "invoked a thread"? Do you mean the class or instance
which called Thread.Start, or the one which called new Thread()?

John Saunders
 
Either, but the instance that called the Thread.Start woul be better.
Thx,

Johann
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top