Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
OpenBaseKey()
static
RegistryKey
Internal.Win32.RegistryKey.OpenBaseKey
(
IntPtr
hKey
)
inline
static
package
Definition at line
41
of file
RegistryKey.cs
.
42
{
43
return
new
RegistryKey
(
new
SafeRegistryHandle
(
hKey
,
ownsHandle
:
false
));
44
}
Internal.Win32.RegistryKey.RegistryKey
RegistryKey(SafeRegistryHandle hkey)
Definition
RegistryKey.cs:15
Internal.Win32.SafeHandles.SafeRegistryHandle
Definition
SafeRegistryHandle.cs:7
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
References
Internal.Win32.RegistryKey.RegistryKey()
.
Internal
Win32
RegistryKey
Generated by
1.10.0