SpriteEditor.FileAssociationHelper.GetAssociationKey C# (CSharp) Метод

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

private static GetAssociationKey ( string subKey, string associationKey ) : RegistryKey
subKey string
associationKey string
Результат Microsoft.Win32.RegistryKey
        private static RegistryKey GetAssociationKey(string subKey, string associationKey)
        {
            return Registry.ClassesRoot.OpenSubKey(subKey + associationKey);
        }