RegFileImportOptions Enumeration | regdiff Code Documentation |
Parser options for .REG files
Namespace: com.tikumo.regis3Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No specific options | |
AllowHashtagComments | 1 | Allow Hashtag-style line comments. | |
AllowSemicolonComments | 2 | Allow Semicolon-style line comments. | |
IgnoreWhitespaces | 4 | If this option is set, the parser is more relaxed about whitespaces in the .REG file (Recommended, especially if you manually edit the file yourself.) | |
AllowVariableNamesForNonStringVariables | 8 | If this option is set, a .REG file can have a statement like this: "something"=dword:$$VARIABLE$$ where $$VARIABLE$$ is replaced at runtime with the respective -numeric- variable. |
See Also