3 references to CreateSubKey
ComSvcConfig (3)
ComAdminWrapper.cs (3)
331
using (RegistryHandle clsidKey = regKey.
CreateSubKey
(@"clsid\" + clsid.ToString("B")))
334
using (RegistryHandle inprocServer32Key = clsidKey.
CreateSubKey
("InprocServer32"))
339
using (RegistryHandle progID = clsidKey.
CreateSubKey
("ProgID"))