Artemis.Utilities.DataReaders.DllManager.PlaceRegistryKey C# (CSharp) Метод

PlaceRegistryKey() приватный статический Метод

private static PlaceRegistryKey ( ) : void
Результат 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");
        }