Click or drag to resize

ComServerGetClassesRootValueAsGuid Method

Gets a unique identifier from the ClassesRoot key.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Guid? GetClassesRootValueAsGuid(
	string path,
	string valueName = null
)

Parameters

path
Type: SystemString
The path.
valueName (Optional)
Type: SystemString
Name of the value.

Return Value

Type: NullableGuid
A Guid instance or null if it was not found.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null.
See Also