java.lang.Objectcom.install4j.api.windows.RegistryView
public class RegistryView
Enumeration class for the different views of the Microsoft Windows registry on 64-bit systems. You can find more information here.
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final RegistryView DEFAULT
public static final RegistryView BIT32
public static final RegistryView BIT64
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object