RegEnvReplace Members | regdiff Code Documentation |
The RegEnvReplace type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | RegEnvReplace |
The default constructor creates an empty list of variables
|
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>
|
Fields
Name | Description | |
---|---|---|
![]() | Variables |
Dictionary of key/value pairs for replacement
|
See Also