English 中文(简体)
如何杀手无寸铁的方案以及如何把他们割裂起来?
原标题:Ways to kill a running program and how to trap them?

我们有不同的方法,可以杀死一个有效的C#方案。

  1. ctrl + C;
  2. task bar then right click its icon, then select close on the popup;
  3. task manager, select the its executable name and then click end process;
  4. console window, use kill command;

可能更多。

我在此要求的是,如何在我的“C#”方案中处理这些问题,以保证我“C#”方案在可能时能够体面地撤出。 我知道如何把 c锁在C,而不要把别人拖。 你们能够帮助我吗? 感谢

问题回答

www.un.org/Depts/DGACM/index_spanish.htm 您在守则中的最佳保障是最后的声明。

请注意,在您使用这一机制时,您的方案将不得不在try栏中运行。

我认为,<代码>最后内唯一未执行部分的时间是:

http://msdn.microsoft.com/en-us/magazine/cc163716.aspx” rel=“nofollow”> 见《您的法典》与《网络框架的可检索特征保持一致,以便进行深入分析。

设想2基本上称为“申请”(Exit)(),它应当等同于与你的工作相关的所有透镜的轻度关闭。 它还焚烧你可以用来做任何额外的清理活动。

第3和第4条可以通过向申请方寄送一名书记员来“被困”。 Win温树脂的透视活动。 发生这一事件时,如果有任何例外即将脱离由操作时间处理的方案(这将终止你的集会处决和清理沙箱)。 然而,此时此刻,你除了写信给事件记录或清理任何固定装置(如IoC集装箱或存放处)之外,别无他择,甚至因为如果其中一个物体造成例外,你在试图处理最后一件事时会很容易地放弃另一个例外。

基本上来说,如果贵用户使用“技能”或“End Process”来关闭你的手表,那么核查和核查就会发生一些错误,你或许应当解决使用者在试图掩盖这种终止行为之前这样做的根本原因。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签