public class RegistryView extends SerializableEnum
Modifier and Type | Field and Description |
---|---|
static RegistryView |
BIT32
Always use the 32-bit view stored in the special Wow6432Node key.
|
static RegistryView |
BIT64
Always use the 64-bit view.
|
static RegistryView |
DEFAULT
Use the 32-bit view for a 32-bit, and the 64-bit view for a 64-bit process.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
readResolve
public static final RegistryView DEFAULT
public static final RegistryView BIT32
public static final RegistryView BIT64