RegValueEntry SetEscapedIntValue Method | regdiff Code Documentation |
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$$
Namespace: com.tikumo.regis3Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)
Syntax
Parameters
- value
- Type: System String
Name of the escaped int variable
See Also