Mono.Debugger.DebuggerOptions.About C# (CSharp) Method

About() static private method

static private About ( ) : void
return 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);
        }