Rachel
Toggle table of contents
3.5.0
windows
Target filter
windows
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.native.win32.core
/
love.yinlin.native.win32
/
Reg
Reg
class
Reg
(
handle
:
HKEY
?
=
null
,
var
wow64
:
Boolean
=
true
)
:
AutoCloseable
Members
Constructors
Reg
Link copied to clipboard
constructor
(
handle
:
HKEY
?
=
null
,
wow64
:
Boolean
=
true
)
constructor
(
base
:
Reg.KeyBase
,
route
:
String
,
wow64
:
Boolean
=
true
)
Types
Companion
Link copied to clipboard
object
Companion
Key
Base
Link copied to clipboard
enum
KeyBase
:
Enum
<
Reg.KeyBase
>
Key
Type
Link copied to clipboard
enum
KeyType
:
Enum
<
Reg.KeyType
>
Properties
all
Items
Link copied to clipboard
val
allItems
:
List
<
String
>
all
Keys
Link copied to clipboard
val
allKeys
:
List
<
Pair
<
String
,
Reg.KeyType
>
>
wow64
Link copied to clipboard
var
wow64
:
Boolean
Functions
binary
Value
Link copied to clipboard
fun
binaryValue
(
key
:
String
)
:
ByteArray
fun
binaryValue
(
key
:
String
,
value
:
ByteArray
)
:
Boolean
close
Link copied to clipboard
open
override
fun
close
(
)
contains
Link copied to clipboard
operator
fun
contains
(
key
:
String
)
:
Boolean
create
Item
Link copied to clipboard
fun
createItem
(
route
:
String
,
ret
:
Reference
<
Reg
?
>
?
=
null
)
:
Boolean
delete
Item
Link copied to clipboard
fun
deleteItem
(
route
:
String
)
:
Boolean
delete
Key
Link copied to clipboard
fun
deleteKey
(
key
:
String
)
:
Boolean
key
Type
Link copied to clipboard
fun
keyType
(
key
:
String
)
:
Reg.KeyType
number
Value
Link copied to clipboard
fun
numberValue
(
key
:
String
)
:
ULong
fun
numberValue
(
key
:
String
,
value
:
ULong
)
:
Boolean
open
Link copied to clipboard
fun
open
(
base
:
Reg.KeyBase
,
route
:
String
)
:
Boolean
string
Value
Link copied to clipboard
fun
stringValue
(
key
:
String
)
:
String
fun
stringValue
(
key
:
String
,
value
:
String
,
multiline
:
Boolean
=
false
)
:
Boolean