Wed Feb 24 15:47:16 CET 2010 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / class / corlib / Microsoft.Win32 / Registry.cs
index 5ec79d08d6581d7c136b4ffa503f5460d4f67285..e5041ac28978396b892fbf0928a76ffee0297d1e 100644 (file)
@@ -45,6 +45,8 @@ namespace Microsoft.Win32
                                RegistryHive.CurrentConfig);
                public static readonly RegistryKey CurrentUser = new RegistryKey (
                                RegistryHive.CurrentUser);
+
+               [Obsolete ("Use PerformanceData instead")]
                public static readonly RegistryKey DynData = new RegistryKey (
                                RegistryHive.DynData);
                public static readonly RegistryKey LocalMachine = new RegistryKey (