ComServerOpenClassIdKey Method |
Opens the class identifier key.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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