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);
        }