Another way you can do this:
System.Diagnostics.Process.GetCurrentProcess().Kill(); This will force kill your application in process always works in a multi-threaded application.
Note: Just care about an application that has save data in files from another thread.