|
Public Methods |
char[] | propget_Name () |
| The name of the value.
|
REG_VALUE_TYPE | propget_Type () |
| The type of value.
|
char[] | propget_Value_SZ () |
| Obtains the current value of the value as a string.
|
char[] | propget_Value_EXPAND_SZ () |
| Obtains the current value as a string, within which any environment variables have undergone expansion.
|
char[][] | propget_Value_MULTI_SZ () |
| Obtains the current value as an array of strings.
|
uint | propget_Value_DWORD () |
| Obtains the current value as a 32-bit unsigned integer, ordered correctly according to the current architecture.
|
ulong | propget_Value_QWORD () |
| Obtains the value as a 64-bit unsigned integer, ordered correctly according to the current architecture.
|
byte[] | propget_Value_BINARY () |
| Obtains the value as a binary blob.
|