Click or drag to resize

ComServer.GetSubKeyGuidPairs 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: System.String
The key name.

Return Value

Type: IReadOnlyList<Tuple<Guid, Guid>>
A guid.
See Also