Exclude more console code from NET_2_1
[mono.git] / mcs / mcs / eval.cs
index 04ba4a8aedc63cef9bf980d3da6ed24bae50c428..8fa3719f4b5e263732c9376f809e2080bdb578e2 100644 (file)
@@ -979,7 +979,9 @@ namespace Mono.CSharp
                static public string help {
                        get {
                                return "Static methods:\n" +
+#if !NET_2_1
                                        "  Describe (object);       - Describes the object's type\n" +
+#endif
                                        "  LoadPackage (package);   - Loads the given Package (like -pkg:FILE)\n" +
                                        "  LoadAssembly (assembly); - Loads the given assembly (like -r:ASSEMBLY)\n" +
                                        "  ShowVars ();             - Shows defined local variables.\n" +