Thread name or PID in CF

  • Thread starter Thread starter Tim Johnson
  • Start date Start date
T

Tim Johnson

I'm using a System.Threading.Thread and want to give it a name, but
apparently you can only do that in desktop? CF doesn't recognize a
Thread.Name property.

Also, in a given method how can you tell at least the PID of the thread
you're running on?

--

Tim Johnson
High Point Software, Inc.
www.high-point.com
(503) 312-8625
 
Take a look at the OpenNETCF.Threading.ThreadEx class. It gives you a bit
more info and control than the Thread.

-Chris
 
Back
Top