RegistryKeyList Class Methods
In This Topic
For a list of all members of this type, see RegistryKeyList members.
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
Protected Methods
See Also