RegistryView
Specifies which registry view to target on a 64-bit operating system.
namespace Microsoft.Win32
{
public enum RegistryView
{
Default = 0,
Registry64 = 256,
Registry32 = 512
}
}