1. 程式人生 > >c#退出強制回收資源/結束程序等

c#退出強制回收資源/結束程序等

發現c#多執行緒清理起來真麻煩,後來直接在關閉的時候這樣就行。

System.Environment.Exit(System.Environment.ExitCode);   

this.dispose();

this.close();