> 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
Johann - 07 Jan 2005 19:57 GMT
Either, but the instance that called the Thread.Start woul be better.
Thx,
Johann
>> Hi,
>>
[quoted text clipped - 6 lines]
>
> John Saunders