Mono.Debugger.DebuggerOptions.About C# (CSharp) 메소드

About() 정적인 개인적인 메소드

static private About ( ) : void
리턴 void
        static void About()
        {
            Console.WriteLine (
                "The Mono Debugger is (C) 2003-2007 Novell, Inc.\n\n" +
                "The debugger source code is released under the terms of the GNU GPL\n\n" +

                "For more information on Mono, visit the project Web site\n" +
                "   http://www.go-mono.com\n\n" +

                "The debugger was written by Martin Baulig and Chris Toshok");

            Environment.Exit (0);
        }