OleViewDotNet.COMRegistry.COMRegistry C# (CSharp) 메소드

COMRegistry() 개인적인 메소드

Default constructor
private COMRegistry ( RegistryKey rootKey ) : System
rootKey Microsoft.Win32.RegistryKey
리턴 System
        private COMRegistry(RegistryKey rootKey)
        {
            LoadAppIDs(rootKey);
            LoadCLSIDs(rootKey);
            LoadProgIDs(rootKey);
            LoadInterfaces(rootKey);
            LoadMimeTypes(rootKey);
            LoadPreApproved();
            LoadLowRights();
            LoadTypelibs(rootKey);
            InterfaceViewers.InterfaceViewers.LoadInterfaceViewers();
            COMUtilities.LoadTypeLibAssemblies();
        }