04 2021 档案
摘要:如下是当程序异常的时候,写Dump文件 public static class MiniDump { [DllImport("dbghelp.dll", EntryPoint = "MiniDumpWriteDump", CallingConvention = CallingConvention.S
阅读全文
摘要:一:控制台应用程序 通过为当前AppDomain添加 UnhandledException 事件处理程序。 AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(UnhandledExcept
阅读全文
摘要:一,For<TLocal>(Int32 fromInclusive, Int32 toExclusive, Func<TLocal> localInit, Func<Int32, ParallelLoopState, TLocal, TLocal> body, Action<TLocal> loca
阅读全文