Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ExpandEnvironmentVariables()

static string System.Environment.ExpandEnvironmentVariables ( string name)
inlinestatic

Definition at line 492 of file Environment.cs.

493 {
494 if (name == null)
495 {
496 throw new ArgumentNullException("name");
497 }
498 if (name.Length == 0)
499 {
500 return name;
501 }
503 }
static string ExpandEnvironmentVariablesCore(string name)

References System.Environment.ExpandEnvironmentVariablesCore().

Referenced by ReLogic.Peripherals.RGB.SteelSeries.GameSenseConnection._getPropsPath(), ReLogic.OS.Base.PathService.ExpandPathVariables(), and Internal.Win32.RegistryKey.GetValue().