Click or drag to resize

ComServer.OpenClassIdKey Method

Opens the class identifier key.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual RegistryKey OpenClassIdKey(
	string path = null,
	bool writable = false
)

Parameters

path (Optional)
Type: System.String
The path.
writable (Optional)
Type: System.Boolean
Set to true if you need write access to the key.

Return Value

Type: RegistryKey
A registry key instance.
See Also