Click or drag to resize

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:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IEnumerable<RegistryKey> EnumerateClassesRootKeys(
	string path
)

Parameters

path
Type: SystemString
The path.

Return Value

Type: IEnumerableRegistryKey
One or two registry keys.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null.
See Also