SpriteEditor.FileAssociationHelper.CheckAssociation C# (CSharp) Méthode

CheckAssociation() private méthode

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