Click or drag to resize

ComServerGetClassesRootValueT Method

Gets a value.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static T GetClassesRootValue<T>(
	string path,
	string valueName = null,
	T defaultValue = null
)

Parameters

path
Type: SystemString
The path.
valueName (Optional)
Type: SystemString
The value name.
defaultValue (Optional)
Type: T
The default value.

Type Parameters

T
The expected value type.

Return Value

Type: T
A value.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is null.
See Also