How do I go about force-closing an application on Windows CE 5.0, using C#? I've already tried Application.Exit()
but this doesn't always kill all currently running threads.
I'd normally use Environment.Exit()
but this is not available in CF, unfortunately.