RegistryProxy.DynData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The DynData registry key works only on Win9x, which is not supported by this version of the .NET Framework. Use the PerformanceData registry key instead. This property will be removed from a future version of the framework.
Returns a RegistryKey type, which provides access to HKEY_DYNDATA
.
public:
property Microsoft::Win32::RegistryKey ^ DynData { Microsoft::Win32::RegistryKey ^ get(); };
public Microsoft.Win32.RegistryKey DynData { get; }
[System.Obsolete("The DynData registry key works only on Win9x, which is not supported by this version of the .NET Framework. Use the PerformanceData registry key instead. This property will be removed from a future version of the framework.")]
public Microsoft.Win32.RegistryKey DynData { get; }
member this.DynData : Microsoft.Win32.RegistryKey
[<System.Obsolete("The DynData registry key works only on Win9x, which is not supported by this version of the .NET Framework. Use the PerformanceData registry key instead. This property will be removed from a future version of the framework.")>]
member this.DynData : Microsoft.Win32.RegistryKey
Public ReadOnly Property DynData As RegistryKey
Property Value
- Attributes
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.