serverpackcreator-api
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
serverpackcreator-api
serverpackcreator-api
/
mslinks.data
/
Registry
Registry
object
Registry
Members
Types
Registry
Enumeration
Link copied to clipboard
class
RegistryEnumeration
:
Iterable
<
GUID
?
>
Registry
Iterator
Link copied to clipboard
class
RegistryIterator
:
MutableIterator
<
GUID
?
>
Properties
CLSID_
COMPUTER
Link copied to clipboard
val
CLSID_COMPUTER
:
GUID
CLSID_
DESKTOP
Link copied to clipboard
val
CLSID_DESKTOP
:
GUID
CLSID_
DOCUMENTS
Link copied to clipboard
val
CLSID_DOCUMENTS
:
GUID
CLSID_
DOWNLOADS
Link copied to clipboard
val
CLSID_DOWNLOADS
:
GUID
Functions
as
Iterable
Link copied to clipboard
fun
asIterable
(
)
:
Registry.RegistryEnumeration
can
Use
Clsid
In
Link copied to clipboard
fun
canUseClsidIn
(
clsid
:
GUID
?
,
itemIdClass
:
Class
<
*
>
?
)
:
Boolean
get
Clsid
Link copied to clipboard
fun
getClsid
(
name
:
String
)
:
GUID
?
get
Name
Link copied to clipboard
fun
getName
(
clsid
:
GUID
?
)
:
String
?
register
Clsid
Link copied to clipboard
fun
registerClsid
(
clsid
:
GUID
,
name
:
String
,
vararg
allowedItemIdTypes
:
Class
<
*
>
)