Key.deleteKey

Deletes the named key.

class Key
void
deleteKey
(
string name
,
REGSAM access = cast(REGSAM)0
)

Parameters

name string

The name of the key to delete. May not be null.

Meta

Suggestion Box / Bug Report