SYMBOL INDEX (58 symbols across 10 files) FILE: LogoDiy/DiyHelper.cs class DiyHelper (line 6) | public class DiyHelper method FindWindow (line 8) | [DllImport("User32.dll")] method SendMessage (line 11) | [DllImport("User32.dll")] method GetLogoDIYInfo (line 14) | [DllImport("AIToolAPI.dll", CallingConvention = CallingConvention.Cdecl)] method SetLogoDIYInfo (line 17) | [DllImport("AIToolAPI.dll", CallingConvention = CallingConvention.Cdecl)] method SetLogDIYCRC (line 20) | [DllImport("AIToolAPI.dll", CallingConvention = CallingConvention.Cdecl)] method IsEditionCircle (line 23) | [DllImport("AIToolAPI.dll", CallingConvention = CallingConvention.Cdecl)] method Wow64DisableWow64FsRedirection (line 26) | [DllImport("Kernel32.dll", CharSet = CharSet.Auto, SetLastError = true)] method Wow64RevertWow64FsRedirection (line 29) | [DllImport("Kernel32.dll", CharSet = CharSet.Auto, SetLastError = true)] FILE: LogoDiy/EnumDisplayAttribute.cs class EnumDisplayAttribute (line 3) | [AttributeUsage(AttributeTargets.Field)] method EnumDisplayAttribute (line 12) | public EnumDisplayAttribute(string displayStr) FILE: LogoDiy/EnumExtentions.cs class EnumExtentions (line 4) | public static class EnumExtentions method Display (line 6) | public static string Display(this Enum t) FILE: LogoDiy/Form1.Designer.cs class Form1 (line 3) | partial class Form1 method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: LogoDiy/Form1.cs class Form1 (line 13) | public partial class Form1 : Form method Form1 (line 15) | public Form1() method Form1_Load (line 20) | private void Form1_Load(object sender, EventArgs e) method button1_Click (line 37) | private void button1_Click(object sender, EventArgs e) method button2_Click (line 43) | private void button2_Click(object sender, EventArgs e) method showTip (line 49) | private void showTip() method button1_Click_1 (line 65) | private void button1_Click_1(object sender, EventArgs e) method checkBox1_CheckedChanged (line 71) | private void checkBox1_CheckedChanged(object sender, EventArgs e) FILE: LogoDiy/LogHelper.cs class LogHelper (line 10) | class LogHelper method Info (line 12) | public static void Info(string info) method Error (line 18) | public static void Error(string info) method Error (line 23) | public static void Error(Exception ex) FILE: LogoDiy/LogoDiyViewModel.cs class LogoDiyViewModel (line 13) | public class LogoDiyViewModel type FileExtension (line 15) | public enum FileExtension type ButtonStyle (line 31) | private enum ButtonStyle method LogoDiyViewModel (line 317) | private LogoDiyViewModel() method CreateViewData (line 321) | public void CreateViewData() method GetLoadingCircle (line 335) | private bool GetLoadingCircle() method GetShowLodingIco (line 352) | private void GetShowLodingIco() method GetHardDiskFreeSpace (line 400) | private long GetHardDiskFreeSpace(string str_HardDiskName) method GetDiskFree (line 421) | private void GetDiskFree(long freeM) method IsSizeExceed (line 435) | private bool IsSizeExceed(string path) method SetImageSize (line 460) | private bool SetImageSize(string path) method SetImagePath (line 484) | private void SetImagePath(bool defaultImage) method ToRecovery (line 520) | public void ToRecovery() method GetLogoInfo (line 549) | private void GetLogoInfo() method SaveLogoClick (line 582) | public void SaveLogoClick() method DeleteOtherDirectory (line 641) | private void DeleteOtherDirectory(string path) method DeleteOtherFile (line 649) | private void DeleteOtherFile(string path) method GetDiskName (line 670) | private string GetDiskName() method ChangeEFIDisk (line 689) | private string ChangeEFIDisk(bool mount) method ChangeLodingIco (line 718) | public bool ChangeLodingIco(bool isShow) method ImageCheck (line 753) | public bool ImageCheck(string path) method IsImage (line 808) | private bool IsImage(string path) method SelectedImageClick (line 831) | public void SelectedImageClick() method GetBitmapImage (line 872) | public void GetBitmapImage(string imagePath) method ChangeSupportingFormat (line 891) | private void ChangeSupportingFormat(uint format) FILE: LogoDiy/Program.cs class Program (line 9) | static class Program method Main (line 14) | [STAThread] FILE: LogoDiy/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: LogoDiy/Properties/Settings.Designer.cs class Settings (line 15) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]