RegEnvReplace Members

tikumo.regis3

RegEnvReplace Members regdiff Code Documentation

The RegEnvReplace type exposes the following members.

Constructors

  NameDescription
Public methodRegEnvReplace
The default constructor creates an empty list of variables
Back to Top
Methods

  NameDescription
Public methodMap
Given an input string, try to map it.
Public methodMergeEnvironmentVariables
Read content of the Environment variables and merge them with this set of variables
Public methodReadIniFile
Read variables from an .INI file. It must contain entries of the form NAME=VALUE
Public methodReadXmlFile
Read variables from an .XML file. It must contain entries of the form <value name="NAME">CONTENT</value>
Back to Top
Fields

  NameDescription
Public fieldVariables
Dictionary of key/value pairs for replacement
Back to Top
See Also