.net core 程序退出事件

平滑關閉,關閉事件

//捕獲Ctrl+C事件
Console.CancelKeyPress += Console_CancelKeyPress;

//進程退出事件
AppDomain.CurrentDomain.ProcessExit += CurrentDomain_ProcessExit;

//卸載事件
AssemblyLoadContext.Default.Unloading += Default_Unloading;
相關文章
相關標籤/搜索