RegEnvReplace Methods | regdiff Code Documentation |
The RegEnvReplace type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Map |
Given an input string, try to map it.
| |
MergeEnvironmentVariables |
Read content of the Environment variables and merge them with this set of variables
| |
ReadIniFile |
Read variables from an .INI file. It must contain entries of the form
NAME=VALUE
| |
ReadXmlFile |
Read variables from an .XML file. It must contain entries of the form
<value name="NAME">CONTENT</value>
|
See Also