RegEnvReplace Methods

tikumo.regis3

RegEnvReplace Methods regdiff Code Documentation
The RegEnvReplace type exposes the following members.
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
See Also