RegistryKeyList Class Members
In This Topic
The following tables list the members exposed by RegistryKeyList.
Public Properties
| Name | Description |
 | IsFixedSize | Overridden. Gets a boolean value indicating if the RegistryKeyList has a fixed size. |
 | IsReadOnly | Overridden. Gets a boolean value indicating if the RegistryKeyList is readonly. |
 | Item | Gets the registry key at the specified index. |
Top
Public Methods
| Name | Description |
 | Add | Overloaded. Adds a registry key to the list. |
 | AddRange | Adds the elements of a registry key array to the end of the
RegistryKeyList collection. |
 | Clear | Removes all registry keys from the list. |
 | Contains | Retrieves a boolean value indicating if a specific registry key exists in the list. |
 | IndexOf | Searches for the specified registry key and returns the zero-based index of the
first occurrence within the list. |
 | Insert | Inserts a registry key into the list at the specified index |
 | Remove | Removes the registry key from the list. |
 | RemoveAt | Removes the registry key from the list at the specified index. |
Top
See Also