Merge pull request #364 from directhex/master
[mono.git] / mcs / class / System.Configuration / System.Configuration / ContextInformation.cs
index f78ac8187348332346c11c092a6230846e83ab52..01304d829638ef690a6c435312498bf48dc47327 100644 (file)
@@ -51,6 +51,13 @@ namespace System.Configuration
                public object HostingContext {
                        get { return ctx; }
                }
+
+               [MonoInternalNote ("should this use HostingContext instead?")]
+               public bool IsMachineLevel {
+                       get {
+                               return config.ConfigPath == "machine";
+                       }
+               }
        }
 }
 #endif