RegValueEntry Methods

tikumo.regis3

RegValueEntry Methods regdiff Code Documentation
The RegValueEntry type exposes the following members.
Methods

  NameDescription
Public methodAsByteArray
Describe the content of this value as a byte array. This should be used only
Public methodSetBinaryType
Given hex-encoded binary data, set a blob type
Public methodSetEscapedIntValue
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$$
Public methodSetIntValue
Define an integer value
Public methodSetStringValue
Define a string value
Public methodWriteRegFileFormat
Helper function: Export this function in .REG file format to an output stream
Public methodWriteToTheRegistry
Write this value back to the Windows registry
Back to Top
See Also