Developer, Former MVP, now at Microsoft - Best of 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
using System.Threading; Thread t = new Thread(new ThreadStart(this.SomeMethod)); #if FULL_FRAME t.Name = "CF2.0 supports both of these"; t.IsBackground = true; #endif t.Start();