SYMBOL INDEX (278 symbols across 43 files) FILE: LECommonLibrary/AssociationReader.cs class AssociationReader (line 6) | public class AssociationReader method HaveAssociatedProgram (line 8) | public static bool HaveAssociatedProgram(string ext) method GetAssociatedProgram (line 16) | public static string[] GetAssociatedProgram(string ext) method GetAssociatedIcon (line 28) | public static string GetAssociatedIcon(string ext) method GetAssociatedIconFromRegistry (line 38) | private static string GetAssociatedIconFromRegistry(string ext) method SplitExecutableAndArgument (line 51) | private static string[] SplitExecutableAndArgument(string line) method GetAssociatedProgramFromRegistry (line 65) | private static string GetAssociatedProgramFromRegistry(string ext) FILE: LECommonLibrary/GlobalHelper.cs class GlobalHelper (line 12) | public static class GlobalHelper method GetLEVersion (line 18) | public static string GetLEVersion() method GetLastUpdate (line 32) | public static int GetLastUpdate() method SetLastUpdate (line 46) | public static void SetLastUpdate(int date) method ShowErrorDebugMessageBox (line 61) | public static void ShowErrorDebugMessageBox(string commandLine, uint e... method GenerateSystemDllVersionList (line 77) | private static string GenerateSystemDllVersionList() method CheckCoreDLLs (line 103) | public static bool CheckCoreDLLs() FILE: LECommonLibrary/LEConfig.cs class LEConfig (line 9) | public static class LEConfig method GetProfile (line 15) | public static LEProfile GetProfile(string name) method GetProfiles (line 27) | public static LEProfile[] GetProfiles() method GetProfiles (line 32) | public static LEProfile[] GetProfiles(string configPath) method CheckGlobalConfigFile (line 63) | public static bool CheckGlobalConfigFile(bool buildNewConfig) method SaveGlobalConfigFile (line 71) | public static void SaveGlobalConfigFile(params LEProfile[] profiles) method SaveApplicationConfigFile (line 76) | public static void SaveApplicationConfigFile(string path, LEProfile pr... method BuildGlobalConfigFile (line 81) | private static void BuildGlobalConfigFile() method TryGetValue (line 112) | private static string TryGetValue(this XElement element, string name, ... method WriteConfig (line 122) | private static void WriteConfig(string writeTo, params LEProfile[] pro... FILE: LECommonLibrary/LEProfile.cs type LEProfile (line 3) | public struct LEProfile method LEProfile (line 20) | public LEProfile(bool isDefault) method LEProfile (line 38) | public LEProfile(string name, FILE: LECommonLibrary/PEFileReader.cs type PEType (line 5) | public enum PEType class PEFileReader (line 12) | public static class PEFileReader method GetPEType (line 14) | public static PEType GetPEType(string path) FILE: LECommonLibrary/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: LECommonLibrary/SystemHelper.cs class SystemHelper (line 10) | public static class SystemHelper method Is64BitOS (line 12) | public static bool Is64BitOS() method DoesWin32MethodExist (line 28) | private static bool DoesWin32MethodExist(string moduleName, string met... method RedirectToWow64 (line 38) | public static string RedirectToWow64(string path) method EnsureAbsolutePath (line 48) | public static string EnsureAbsolutePath(string path) method Is4KDisplay (line 53) | public static bool Is4KDisplay() method DisableDPIScale (line 70) | public static void DisableDPIScale() method GetDeviceCaps (line 75) | [DllImport("gdi32.dll")] method SetProcessDPIAware (line 78) | [DllImport("user32.dll")] method GetCurrentProcess (line 81) | [DllImport("kernel32.dll")] method GetModuleHandle (line 84) | [DllImport("kernel32.dll", CharSet = CharSet.Auto)] method GetProcAddress (line 87) | [DllImport("kernel32.dll", CharSet = CharSet.Auto, SetLastError = true)] method IsWow64Process (line 90) | [DllImport("kernel32.dll", CharSet = CharSet.Auto, SetLastError = true)] method CheckPermission (line 94) | public static bool CheckPermission(string path) method IsAdministrator (line 111) | public static bool IsAdministrator() method RunWithElevatedProcess (line 124) | public static void RunWithElevatedProcess(string executable, string[] ... method ShellExecuteEx (line 151) | [DllImport("shell32.dll", CharSet = CharSet.Auto)] type SHELLEXECUTEINFO (line 154) | [StructLayout(LayoutKind.Sequential)] FILE: LEContextMenuHandler/FileContextMenuExt.cs class FileContextMenuExt (line 36) | [ClassInterface(ClassInterfaceType.None)] method FileContextMenuExt (line 48) | public FileContextMenuExt() method Initialize (line 92) | public void Initialize(IntPtr pidlFolder, IntPtr pDataObj, IntPtr hKey... method OnVerbDisplayFileName (line 200) | private void OnVerbDisplayFileName(string cmd) method RegisterMenuItem (line 206) | private int RegisterMenuItem(uint id, method Register (line 239) | [ComRegisterFunction] method Unregister (line 244) | [ComUnregisterFunction] method QueryContextMenu (line 274) | public int QueryContextMenu( method InvokeCommand (line 356) | public void InvokeCommand(IntPtr pici) method GetCommandString (line 383) | public void GetCommandString( FILE: LEContextMenuHandler/I18n.cs class I18n (line 10) | internal class I18n method GetString (line 17) | internal static string GetString(string key) method LoadDictionary (line 37) | private static XDocument LoadDictionary() FILE: LEContextMenuHandler/LEMenuItem.cs type LEMenuItem (line 5) | internal struct LEMenuItem method LEMenuItem (line 13) | internal LEMenuItem(string text, bool enabled, bool? showInMainMenu, I... FILE: LEContextMenuHandler/NativeMethods.cs class NativeMethods (line 8) | internal class NativeMethods method DragQueryFile (line 30) | [DllImport("shell32", CharSet = CharSet.Unicode)] method ReleaseStgMedium (line 43) | [DllImport("ole32.dll", CharSet = CharSet.Unicode)] method InsertMenuItem (line 68) | [DllImport("user32", CharSet = CharSet.Unicode, SetLastError = true)] method CreatePopupMenu (line 76) | [DllImport("user32.dll", CharSet = CharSet.Unicode, SetLastError = true)] method DeleteObject (line 91) | [DllImport("gdi32.dll", CharSet = CharSet.Unicode, SetLastError = true)] method HighWord (line 94) | public static int HighWord(int number) method LowWord (line 101) | public static int LowWord(int number) FILE: LEContextMenuHandler/ProjectInstaller.cs class ProjectInstaller (line 30) | [RunInstaller(true), ComVisible(false)] method Install (line 33) | public override void Install(IDictionary stateSaver) method Uninstall (line 43) | public override void Uninstall(IDictionary savedState) FILE: LEContextMenuHandler/Resource.Designer.cs class Resource (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resource (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: LEContextMenuHandler/ShellExtLib.cs type IShellExtInit (line 34) | [ComImport, InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] method Initialize (line 38) | void Initialize( type IContextMenu (line 44) | [ComImport, InterfaceType(ComInterfaceType.InterfaceIsIUnknown)] method QueryContextMenu (line 48) | [PreserveSig] method InvokeCommand (line 56) | void InvokeCommand(IntPtr pici); method GetCommandString (line 58) | void GetCommandString( type GCS (line 70) | internal enum GCS : uint type CMINVOKECOMMANDINFO (line 82) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] type CMINVOKECOMMANDINFOEX (line 96) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] type CMIC (line 116) | [Flags] type POINT (line 133) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] type CLIPFORMAT (line 140) | internal enum CLIPFORMAT : uint type CMF (line 173) | [Flags] type MENUITEMINFO (line 194) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Unicode)] type MIIM (line 211) | [Flags] type MFT (line 225) | internal enum MFT : uint type MFS (line 238) | internal enum MFS : uint FILE: LEContextMenuHandler/WinError.cs class WinError (line 3) | internal static class WinError method MAKE_HRESULT (line 21) | public static int MAKE_HRESULT(uint sev, uint fac, uint code) FILE: LEGUI/App.xaml.cs class App (line 11) | public partial class App : Application method OnStartup (line 15) | protected override void OnStartup(StartupEventArgs e) method App_OnStartup (line 23) | private void App_OnStartup(object sender, StartupEventArgs e) FILE: LEGUI/AppConfig.xaml.cs class AppConfig (line 17) | public partial class AppConfig method AppConfig (line 22) | public AppConfig() method SaveSetting (line 59) | private void SaveSetting() method CreateShortcut (line 76) | private void CreateShortcut(string path) method RunAndShutdown (line 102) | private void RunAndShutdown() method bSaveAppSetting_Click (line 111) | private void bSaveAppSetting_Click(object sender, RoutedEventArgs e) method bShortcut_Click (line 118) | private void bShortcut_Click(object sender, RoutedEventArgs e) method bDeleteAppSetting_Click (line 127) | private void bDeleteAppSetting_Click(object sender, RoutedEventArgs e) FILE: LEGUI/GlobalConfig.xaml.cs class GlobalConfig (line 15) | public partial class GlobalConfig method GlobalConfig (line 21) | public GlobalConfig() method bSaveGlobalSetting_Click (line 38) | private void bSaveGlobalSetting_Click(object sender, RoutedEventArgs e) method cbGlobalProfiles_SelectionChanged (line 59) | private void cbGlobalProfiles_SelectionChanged(object sender, Selectio... method bSaveGlobalSettingAs_Click (line 81) | private void bSaveGlobalSettingAs_Click(object sender, RoutedEventArgs e) method SaveProfileAs (line 104) | private void SaveProfileAs(string name) method bDeleteGlobalSetting_Click (line 125) | private void bDeleteGlobalSetting_Click(object sender, RoutedEventArgs e) FILE: LEGUI/I18n.cs class I18n (line 10) | internal class I18n method GetString (line 17) | internal static string GetString(string key) method LoadDictionary (line 35) | private static ResourceDictionary LoadDictionary() method LoadLanguage (line 76) | internal static void LoadLanguage() FILE: LEGUI/InputBox.xaml.cs class InputBox (line 9) | public partial class InputBox : Window method InputBox (line 11) | public InputBox() method bOk_Click (line 42) | private void bOk_Click(object sender, RoutedEventArgs e) method bCancel_Click (line 47) | private void bCancel_Click(object sender, RoutedEventArgs e) method tbText_PreviewKeyDown (line 52) | private void tbText_PreviewKeyDown(object sender, KeyEventArgs e) FILE: LEGUI/MaskedTextBox.xaml.cs class MaskedTextBox (line 9) | public partial class MaskedTextBox : TextBox method MaskedTextBox (line 13) | public MaskedTextBox() method OnLostFocus (line 58) | protected override void OnLostFocus(RoutedEventArgs e) method OnGotFocus (line 69) | protected override void OnGotFocus(RoutedEventArgs e) FILE: LEGUI/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: LEGUI/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: LEGUI/ShellLink.cs class ShellLink (line 7) | [ComImport] type IShellLink (line 13) | [ComImport] method GetPath (line 18) | void GetPath([Out, MarshalAs(UnmanagedType.LPWStr)] StringBuilder pszF... method GetIDList (line 23) | void GetIDList(out IntPtr ppidl); method SetIDList (line 24) | void SetIDList(IntPtr pidl); method GetDescription (line 25) | void GetDescription([Out, MarshalAs(UnmanagedType.LPWStr)] StringBuild... method SetDescription (line 26) | void SetDescription([MarshalAs(UnmanagedType.LPWStr)] string pszName); method GetWorkingDirectory (line 27) | void GetWorkingDirectory([Out, MarshalAs(UnmanagedType.LPWStr)] String... method SetWorkingDirectory (line 28) | void SetWorkingDirectory([MarshalAs(UnmanagedType.LPWStr)] string pszD... method GetArguments (line 29) | void GetArguments([Out, MarshalAs(UnmanagedType.LPWStr)] StringBuilder... method SetArguments (line 30) | void SetArguments([MarshalAs(UnmanagedType.LPWStr)] string pszArgs); method GetHotkey (line 31) | void GetHotkey(out short pwHotkey); method SetHotkey (line 32) | void SetHotkey(short wHotkey); method GetShowCmd (line 33) | void GetShowCmd(out int piShowCmd); method SetShowCmd (line 34) | void SetShowCmd(int iShowCmd); method GetIconLocation (line 36) | void GetIconLocation([Out, MarshalAs(UnmanagedType.LPWStr)] StringBuil... method SetIconLocation (line 40) | void SetIconLocation([MarshalAs(UnmanagedType.LPWStr)] string pszIconP... method SetRelativePath (line 41) | void SetRelativePath([MarshalAs(UnmanagedType.LPWStr)] string pszPathR... method Resolve (line 42) | void Resolve(IntPtr hwnd, int fFlags); method SetPath (line 43) | void SetPath([MarshalAs(UnmanagedType.LPWStr)] string pszFile); FILE: LEInstaller/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: LEInstaller/Form1.cs class Form1 (line 16) | public partial class Form1 : Form method Form1 (line 21) | public Form1(int CmdMode=0) method RunAsAdmin (line 34) | private void RunAsAdmin(string Arguments="") method Form1_Load (line 64) | private void Form1_Load(object sender, EventArgs e) method buttonInstall_Click (line 108) | private void buttonInstall_Click(object sender, EventArgs e) method buttonInstallAllUsers_Click (line 125) | private void buttonInstallAllUsers_Click(object sender, EventArgs e) method buttonEditGlobal_Click (line 153) | private void buttonEditGlobal_Click(object sender, EventArgs e) method DisableDPIScale (line 159) | public static void DisableDPIScale() method RemoveADS (line 164) | private void RemoveADS(string s) method buttonUninstall_Click (line 174) | private void buttonUninstall_Click(object sender, EventArgs e) method buttonUninstallAllUsers_Click (line 190) | private void buttonUninstallAllUsers_Click(object sender, EventArgs e) method OnClosing (line 218) | protected override void OnClosing(CancelEventArgs e) method DoRegister (line 223) | private void DoRegister(bool allUsers) method DoUnRegister (line 245) | private void DoUnRegister(bool allUsers) method OverrideHKCR (line 266) | private void OverrideHKCR(bool restore = false) method DeleteOldFiles (line 278) | private void DeleteOldFiles() method ReplaceDll (line 292) | private bool ReplaceDll() method NotifyShell (line 332) | private void NotifyShell() method AddShieldToButton (line 340) | static internal void AddShieldToButton(Button b) method GetLEVersion (line 350) | private static string GetLEVersion() method IsAdministrator (line 368) | public static bool IsAdministrator() method Is64BitOS (line 375) | private static bool Is64BitOS() method DoesWin32MethodExist (line 391) | private static bool DoesWin32MethodExist(string moduleName, string met... method DeleteFile (line 401) | [DllImport("kernel32.dll", CharSet = CharSet.Unicode, SetLastError = t... method SetLastError (line 404) | [DllImport("kernel32.dll", SetLastError = true)] method SHChangeNotify (line 407) | [DllImport("shell32.dll", SetLastError = true)] method GetCurrentProcess (line 410) | [DllImport("kernel32.dll", SetLastError = true)] method GetModuleHandle (line 413) | [DllImport("kernel32.dll", CharSet = CharSet.Auto)] method GetProcAddress (line 416) | [DllImport("kernel32.dll", CharSet = CharSet.Auto, SetLastError = true)] method IsWow64Process (line 419) | [DllImport("kernel32.dll", CharSet = CharSet.Auto, SetLastError = true)] method RegOpenKeyEx (line 423) | [DllImport("advapi32.dll", CharSet = CharSet.Unicode)] method RegOverridePredefKey (line 427) | [DllImport("advapi32.dll", SetLastError = true)] method RegCloseKey (line 430) | [DllImport("advapi32.dll", SetLastError = true)] method PostMessage (line 433) | [DllImport("user32.dll", SetLastError = true)] method FindWindow (line 436) | [DllImport("user32.dll", CharSet = CharSet.Auto, SetLastError = true)] method SendMessage (line 439) | [DllImport("user32.dll", SetLastError = true)] method SetProcessDPIAware (line 442) | [DllImport("user32.dll")] method ButtonExtract_Click (line 445) | private void ButtonExtract_Click(object sender, EventArgs e) FILE: LEInstaller/Program.cs class Program (line 6) | internal static class Program method Main (line 11) | [STAThread] FILE: LEInstaller/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: LEInstaller/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: LEInstaller/ShellExtensionManager.cs class ShellExtensionManager (line 9) | class ShellExtensionManager method RegisterShellExtContextMenuHandler (line 16) | public static void RegisterShellExtContextMenuHandler(bool allUsers) method UnregisterShellExtContextMenuHandler (line 26) | public static void UnregisterShellExtContextMenuHandler(bool allUsers) method IsInstalled (line 33) | public static bool IsInstalled(bool allUsers) FILE: LEProc/Amemiya.Extensions.ArrayExtensions.cs class ArrayExtensions (line 8) | public static class ArrayExtensions method StructToBytes (line 14) | public static byte[] StructToBytes(object structObj) method CombineWith (line 35) | public static T[] CombineWith(this T[] source, T[] with) method EqualWith (line 52) | public static bool EqualWith(this T[] source, T[] compareWith) method ExpandTo (line 67) | public static byte[] ExpandTo(this byte[] source, int newLength) method FillWith (line 83) | public static void FillWith(this T[] source, T with) method IndexOf (line 93) | public static int IndexOf(this T[] source, T[] arrayToFind, int sta... method SetRange (line 116) | public static void SetRange(this T[] source, T[] bytesValue, int st... method Slice (line 124) | public static T[] Slice(this T[] source, int start, int end) FILE: LEProc/LERegistryRedirector.cs class LERegistryRedirector (line 15) | internal class LERegistryRedirector method LERegistryRedirector (line 51) | internal LERegistryRedirector(int count) method GetBinaryData (line 66) | internal byte[] GetBinaryData() method AddRegistryEntry (line 92) | internal bool AddRegistryEntry( method AddStringData (line 140) | private void AddStringData(string value, out long offset, out ushort l... method AddObjectData (line 152) | private void AddObjectData(string type, string value, out long offset,... type REGISTRY_ENTRY64 (line 186) | [StructLayout(LayoutKind.Sequential)] type REGISTRY_REDIRECTION_ENTRY64 (line 197) | [StructLayout(LayoutKind.Sequential)] type UNICODE_STRING64 (line 204) | [StructLayout(LayoutKind.Sequential)] FILE: LEProc/LoaderWrapper.cs class LoaderWrapper (line 11) | internal class LoaderWrapper method LoaderWrapper (line 19) | internal LoaderWrapper() method LoaderWrapper (line 24) | internal LoaderWrapper(string applicationName) method LoaderWrapper (line 29) | internal LoaderWrapper(string applicationName, string commandLine, str... method AddRegistryRedirectEntry (line 153) | internal bool AddRegistryRedirectEntry( method Start (line 171) | internal uint Start() method SetBytes (line 211) | private static byte[] SetBytes(byte[] bytesInput, IEnumerable by... method BytesToStruct (line 222) | public static T BytesToStruct(byte[] bytes) method SYSTEMTIME_To_TIME_FIELDS (line 237) | private TIME_FIELDS SYSTEMTIME_To_TIME_FIELDS(_SYSTEMTIME st) method ReadTZIFromRegistry (line 252) | private _REG_TZI_FORMAT ReadTZIFromRegistry(string id) type PROCESS_INFORMATION (line 264) | [StructLayout(LayoutKind.Sequential)] type STARTUPINFO (line 273) | [StructLayout(LayoutKind.Sequential)] method LeCreateProcess (line 296) | [DllImport("LoaderDll.dll", CharSet = CharSet.Unicode)] method WaitForSingleObject (line 309) | [DllImport("kernel32.dll", SetLastError = true)] method CloseHandle (line 312) | [DllImport("kernel32.dll", SetLastError = true)] method AttachConsole (line 317) | [DllImport("kernel32.dll", SetLastError = true)] type LEB (line 322) | [StructLayout(LayoutKind.Sequential)] type PML_PROCESS_INFORMATION (line 334) | [StructLayout(LayoutKind.Sequential)] type RTL_TIME_ZONE_INFORMATION (line 344) | [StructLayout(LayoutKind.Sequential)] method ToString (line 355) | public override string ToString() method GetStandardName (line 361) | public string GetStandardName() method SetStandardName (line 366) | public void SetStandardName(string name) method GetDaylightName (line 371) | public string GetDaylightName() method SetDaylightName (line 376) | public void SetDaylightName(string name) type _REG_TZI_FORMAT (line 382) | private struct _REG_TZI_FORMAT type _SYSTEMTIME (line 391) | [StructLayout(LayoutKind.Sequential)] type TIME_FIELDS (line 404) | [StructLayout(LayoutKind.Sequential)] FILE: LEProc/Program.cs class Program (line 12) | internal static class Program method Main (line 19) | [STAThread] method RunWithDefaultProfile (line 127) | private static void RunWithDefaultProfile(string path) method RunWithGlobalProfile (line 144) | private static void RunWithGlobalProfile(string guid, string path) method RunWithIndependentProfile (line 155) | private static void RunWithIndependentProfile(string path) method DoRunWithLEProfile (line 174) | private static void DoRunWithLEProfile(string absPath, int argumentsSt... method ElevateProcess (line 287) | private static void ElevateProcess() method GetCharsetFromANSICodepage (line 304) | private static int GetCharsetFromANSICodepage(int ansicp) FILE: LEProc/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: LEProc/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: LEProc/RegistryEntriesLoader.cs class RegistryEntriesLoader (line 10) | public static class RegistryEntriesLoader method RegistryEntriesLoader (line 15) | static RegistryEntriesLoader() method GetRegistryEntries (line 37) | public static RegistryEntry[] GetRegistryEntries(bool isAdvanced) FILE: LEProc/RegistryEntry.cs class RegistryEntry (line 5) | public class RegistryEntry method RegistryEntry (line 36) | public RegistryEntry(string root, string key, string name, string type... FILE: LEUpdater/Amemiya.Net.WebClientEx.cs class WebClientEx (line 7) | public class WebClientEx : WebClient method WebClientEx (line 9) | public WebClientEx() : this(60 * 1000) method WebClientEx (line 13) | public WebClientEx(int timeout) method GetWebRequest (line 20) | protected override WebRequest GetWebRequest(Uri address) method DownloadDataStream (line 29) | public MemoryStream DownloadDataStream(string address) method DownloadDataStream (line 36) | public MemoryStream DownloadDataStream(Uri address) FILE: LEUpdater/ApplicationUpdater.cs class ApplicationUpdater (line 10) | internal static class ApplicationUpdater method CheckApplicationUpdate (line 14) | internal static void CheckApplicationUpdate(string version, NotifyIcon... method ProcessUpdate (line 35) | private static void ProcessUpdate(XmlDocument xmlContent, NotifyIcon n... method CompareVersion (line 90) | private static bool CompareVersion(string oldVer, string newVer) FILE: LEUpdater/Program.cs class Program (line 10) | internal static class Program method Main (line 15) | private static void Main(string[] args) method CheckUpdates (line 45) | private static void CheckUpdates(string appVer) FILE: LEUpdater/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: LEUpdater/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]