SpriteEditor.FileAssociationHelper.CheckAssociation C# (CSharp) 메소드

CheckAssociation() 개인적인 메소드

private CheckAssociation ( RegistryKey associationKey ) : bool
associationKey Microsoft.Win32.RegistryKey
리턴 bool
        private bool CheckAssociation(RegistryKey associationKey)
        {
            string currentExe = associationKey.GetValue(string.Empty).ToString();
            return currentExe.Equals(_assemblyCommand);
        }