Click or drag to resize

ComServerOpenClassIdKey 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: SystemString
The path.
writable (Optional)
Type: SystemBoolean
Set to true if you need write access to the key.

Return Value

Type: RegistryKey
A registry key instance.
See Also