ComServerGetClassesRootValueAsGuid Method |
Gets a unique identifier from the ClassesRoot key.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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:
NullableGuidA Guid instance or null if it was not found.
Exceptions See Also