3 references to strTlbRootName
mscorlib (3)
system\runtime\interopservices\registrationservices.cs (3)
878
using (RegistryKey TypeLibRootKey = Registry.ClassesRoot.CreateSubKey(
strTlbRootName
))
904
using (RegistryKey TypeLibRootKey = Registry.ClassesRoot.OpenSubKey(
strTlbRootName
, true))
936
Registry.ClassesRoot.DeleteSubKey(
strTlbRootName
);