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 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:
RegistryKeyA registry key instance.
See Also