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

◆ GetValue() [1/2]

object Internal.Win32.RegistryKey.GetValue ( string name)
inline

Definition at line 135 of file RegistryKey.cs.

136 {
137 return GetValue(name, null);
138 }
object GetValue(string name)

References Internal.Win32.RegistryKey.GetValue().

Referenced by System.Environment.GetEnvironmentVariablesFromRegistry(), and Internal.Win32.RegistryKey.GetValue().