Artemis.Utilities.DataReaders.DllManager.PlaceRegistryKey C# (CSharp) Method

PlaceRegistryKey() private static method

private static PlaceRegistryKey ( ) : void
return void
        private static void PlaceRegistryKey()
        {
            var key = Registry
                .LocalMachine.OpenSubKey(
                    @"SOFTWARE\Classes\CLSID\{a6519e67-7632-4375-afdf-caa889744403}\ServerBinary", true);
            key?.SetValue(null, LogitechPath + @"\LogitechLed.dll");
        }