private static bool SetConsoleCtrlHandler (WindowsCancelHandler handler, bool addHandler)
			{
				throw new System.NotImplementedException();
			}
示例#2
0
文件: Console.cs 项目: razzfazz/mono
			private static extern bool SetConsoleCtrlHandler (WindowsCancelHandler handler, bool addHandler);
示例#3
0
 private static extern bool SetConsoleCtrlHandler(WindowsCancelHandler handler, bool addHandler);