Looking for C# class which wraps calls to do the following:
read and write a key value read & write a key entry
enumerate the entries in a key. This is important. For example, need to list all entries in: HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources
(I scanned through some codeproject.com registry classes and they didn't enumerate)