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

RegistryKeyPlaced() private static method

private static RegistryKeyPlaced ( ) : bool
return bool
        private static bool RegistryKeyPlaced()
        {
            var key = Registry
                .LocalMachine.OpenSubKey(
                    @"SOFTWARE\Classes\CLSID\{a6519e67-7632-4375-afdf-caa889744403}\ServerBinary");
            return key != null;
        }