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
 
Back
Top