Click or drag to resize

ComServerGetSubKeyGuidPairs Method

Gets a key default value as a guid.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected IReadOnlyList<Tuple<Guid, Guid>> GetSubKeyGuidPairs(
	string keyName
)

Parameters

keyName
Type: SystemString
The key name.

Return Value

Type: IReadOnlyListTupleGuid, Guid
A guid.
See Also