When System.Threading.Thread object gets destroyed by GC, does GC automatically Abort this thread if IsAlive is true, i.e. thread is still running? Thanks,
I want to debug in an app written by me (not in vs) in step by step a routine copiled using the microsoft.csharp.compiler. Is there any way to do so? Thanks