RegValueEntry Methods
From tikumo.regis3
| RegValueEntry Methods | regdiff Code Documentation |
The RegValueEntry type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| AsByteArray |
Describe the content of this value as a byte array. This should be used only
| |
| SetBinaryType |
Given hex-encoded binary data, set a blob type
| |
| SetEscapedIntValue |
Define an escaped integer value. If you're reading .REG files and you use the RegEnvReplace class to replace
content with variables at runtime, you can specify something like this:
"SomeValue"=dword:$$VARIABLE$$
| |
| SetIntValue |
Define an integer value
| |
| SetStringValue |
Define a string value
| |
| WriteRegFileFormat |
Helper function: Export this function in .REG file format to an output stream
| |
| WriteToTheRegistry |
Write this value back to the Windows registry
|
See Also