Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Registry.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Internal.Win32
;
4
5
internal
static
class
Registry
6
{
7
public
static
readonly
RegistryKey
CurrentUser
=
RegistryKey
.
OpenBaseKey
((
IntPtr
)(-2147483647));
8
9
public
static
readonly
RegistryKey
LocalMachine
=
RegistryKey
.
OpenBaseKey
((
IntPtr
)(-2147483646));
10
}
Internal.Win32.RegistryKey.OpenBaseKey
static RegistryKey OpenBaseKey(IntPtr hKey)
Definition
RegistryKey.cs:41
Internal.Win32.RegistryKey
Definition
RegistryKey.cs:12
Internal.Win32.Registry.LocalMachine
static readonly RegistryKey LocalMachine
Definition
Registry.cs:9
Internal.Win32.Registry.CurrentUser
static readonly RegistryKey CurrentUser
Definition
Registry.cs:7
Internal.Win32.Registry
Definition
Registry.cs:6
Internal.Win32
Definition
SafeRegistryHandle.cs:4
System
Definition
BlockingCollection.cs:8
System.IntPtr
Definition
IntPtr.cs:14
source
System.Private.CoreLib
Internal.Win32
Registry.cs
Generated by
1.10.0