RegistryKey.View Property
Definition
Gets the view that was used to create the registry key.
public:
property Microsoft::Win32::RegistryView View { Microsoft::Win32::RegistryView get(); };
[System.Runtime.InteropServices.ComVisible(false)]
public Microsoft.Win32.RegistryView View { get; }
member this.View : Microsoft.Win32.RegistryView
Public ReadOnly Property View As RegistryView
Property Value
- Attributes
Remarks
On the 64-bit versions of Windows, portions of the registry are stored separately for 32-bit and 64-bit applications. There is a 32-bit view for 32-bit applications and a 64-bit view for 64-bit applications.
Do not assume that the view always corresponds to the actual view of the RegistryKey.