2017-04-10 11:41:01 +00:00
|
|
|
// Licensed to the .NET Foundation under one or more agreements.
|
|
|
|
// The .NET Foundation licenses this file to you under the MIT license.
|
|
|
|
// See the LICENSE file in the project root for more information.
|
|
|
|
|
|
|
|
using System;
|
|
|
|
|
|
|
|
namespace Microsoft.Win32
|
|
|
|
{
|
2019-02-04 20:11:37 +00:00
|
|
|
partial class Registry
|
2017-04-10 11:41:01 +00:00
|
|
|
{
|
2019-02-04 20:11:37 +00:00
|
|
|
[Obsolete("Use PerformanceData instead")]
|
|
|
|
public static readonly RegistryKey DynData = RegistryKey.OpenBaseKey(RegistryHive.DynData, RegistryView.Default);
|
2017-04-10 11:41:01 +00:00
|
|
|
}
|
2019-02-04 20:11:37 +00:00
|
|
|
}
|