Main Page   Modules   Alphabetical List   Compound List   File List   Compound Members   Related Pages  

Key Class Reference
[synsoft.win32.reg]

List of all members.

Detailed Description

This class represents a registry key.


Public Methods

char[] propget_Name ()
 Returns the name of the key.

KeySequence propget_SubKeys ()
 Returns an enumerable sequence of all the sub-keys of this key.

ValueSequence propget_Values ()
 Returns an enumerable sequence of all the values of this key.

Key propget_SubKey (char[] name)
 Returns the named sub-key of this key.

Value propget_Value (char[] name)
 Returns the named value.


Member Function Documentation

char [] propget_Name   [inline]
 

Returns the name of the key.

Key propget_SubKey char    name[] [inline]
 

Returns the named sub-key of this key.

Note:
If name is null (or the empty-string), then the called key is duplicated

KeySequence propget_SubKeys   [inline]
 

Returns an enumerable sequence of all the sub-keys of this key.

Value propget_Value char    name[] [inline]
 

Returns the named value.

Note:
if name is null (or the empty-string), then the default value is returned
Returns:
This function never returns null. If a value

ValueSequence propget_Values   [inline]
 

Returns an enumerable sequence of all the values of this key.


The documentation for this class was generated from the following file:

D Libraries documentation © Synesis Software Pty Ltd, 2002-2003