Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Internal.Win32.RegistryKey Class Referencesealed

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
 

Detailed Description

Definition at line 11 of file RegistryKey.cs.


The documentation for this class was generated from the following file: