Re: Information about the class that created a thread by Johann
Johann
Fri Jan 07 13:57:24 CST 2005
Either, but the instance that called the Thread.Start woul be better.
Thx,
Johann
"John Saunders" <johnwsaundersiii at hotmail.com> wrote in message
news:eMj118F9EHA.2016@TK2MSFTNGP15.phx.gbl...
> "Johann" <johann@ureach.com> wrote in message
> news:u0HaaRE9EHA.3416@TK2MSFTNGP09.phx.gbl...
>> 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
>
>