Key.createKey

Returns the named sub-key of this key.

class Key
createKey

Parameters

name string

The name of the subkey to create. May not be null.

Return Value

Type: Key

The created key.

Throws

RegistryException is thrown if the key cannot be created.

Meta

Suggestion Box / Bug Report