Key.getKey

Returns the named sub-key of this key.

class Key
getKey

Parameters

name string

The name of the subkey to aquire. If name is the empty string, then the called key is duplicated.

access REGSAM

The desired access; one of the REGSAM enumeration.

Return Value

Type: Key

The aquired key.

Throws

This function never returns null. If a key corresponding to the requested name is not found, RegistryException is thrown.

Meta

Suggestion Box / Bug Report