Click or drag to resize

ComServer.GetClassesRootValueAsGuid 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: System.String
The path.
valueName (Optional)
Type: System.String
Name of the value.

Return Value

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