ComServerEnumerateClassesRootKeys Method |
Enumerates the 32bit and 64bit ClassesRoot keys.
Note this favor reading from 64 (first one sent back) in case both exist.
Each returned key must be disposed.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static IEnumerable<RegistryKey> EnumerateClassesRootKeys(
string path
)
Parameters
- path
- Type: SystemString
The path.
Return Value
Type:
IEnumerableRegistryKey
One or two registry keys.
Exceptions See Also