Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for Internal.Win32.RegistryKey, including all inherited members.
_hkey | Internal.Win32.RegistryKey | private |
DeleteValue(string name, bool throwOnMissingValue) | Internal.Win32.RegistryKey | inline |
Dispose() | Internal.Win32.RegistryKey | inlineprivate |
GetSubKeyNames() | Internal.Win32.RegistryKey | inline |
GetValue(string name) | Internal.Win32.RegistryKey | inline |
GetValue(string name, object defaultValue) | Internal.Win32.RegistryKey | inline |
GetValueNames() | Internal.Win32.RegistryKey | inline |
OpenBaseKey(IntPtr hKey) | Internal.Win32.RegistryKey | inlinepackagestatic |
OpenSubKey(string name) | Internal.Win32.RegistryKey | inline |
OpenSubKey(string name, bool writable) | Internal.Win32.RegistryKey | inline |
RegistryKey(SafeRegistryHandle hkey) | Internal.Win32.RegistryKey | inlineprivate |
SetValue(string name, string value) | Internal.Win32.RegistryKey | inlinepackage |
Win32Error(int errorCode, string str) | Internal.Win32.RegistryKey | inlinepackagestatic |