|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| void | DeleteValue (string name, bool throwOnMissingValue) |
| RegistryKey | OpenSubKey (string name) |
| RegistryKey | OpenSubKey (string name, bool writable) |
| string[] | GetSubKeyNames () |
| string[] | GetValueNames () |
| object | GetValue (string name) |
| object | GetValue (string name, object defaultValue) |
Package Functions | |
| void | SetValue (string name, string value) |
Static Package Functions | |
| static RegistryKey | OpenBaseKey (IntPtr hKey) |
| static void | Win32Error (int errorCode, string str) |
Private Member Functions | |
| RegistryKey (SafeRegistryHandle hkey) | |
| void IDisposable. | Dispose () |
Private Attributes | |
| readonly SafeRegistryHandle | _hkey |
Definition at line 11 of file RegistryKey.cs.