SYMBOL INDEX (174 symbols across 30 files) FILE: LKY_OfficeTools/Common/Com_ExeOS.cs class Com_ExeOS (line 15) | internal class Com_ExeOS class Run (line 17) | internal class Run method Exe (line 19) | internal static int Exe(string file_path, string args) method Process (line 41) | internal static bool Process(string file_path, string args, out Proc... method Cmd (line 79) | internal static string Cmd(string args) class KillExe (line 129) | internal class KillExe type KillMode (line 131) | internal enum KillMode method ByExeName (line 140) | internal static bool ByExeName(string exe_name, KillMode kill_mode, ... method ByProcessID (line 167) | internal static bool ByProcessID(int exe_id, KillMode kill_mode, boo... class Info (line 226) | internal class Info method IsRun (line 228) | internal static bool IsRun(string exe_name) method IsRun (line 249) | internal static bool IsRun(int exe_id) method GetProcessByTitle (line 270) | internal static List GetProcessByTitle(string window_title,... FILE: LKY_OfficeTools/Common/Com_FileOS.cs class Com_FileOS (line 17) | internal class Com_FileOS class XML (line 19) | internal class XML method SetValue (line 21) | internal static bool SetValue(string xml_path, string Key_str, strin... class ScanFiles (line 54) | internal class ScanFiles method GetFilesByExtension (line 58) | internal void GetFilesByExtension(string dirPath, string fileType = ... class Covert (line 110) | internal class Covert method StreamToBytes (line 115) | internal static byte[] StreamToBytes(Stream stream) class Write (line 126) | internal class Write method TextToFile (line 128) | internal static bool TextToFile(string file_path, string content, bo... method FromStream (line 159) | internal static bool FromStream(Stream stream, string to_path) class Info (line 182) | internal class Info method GetHash (line 184) | internal static string GetHash(string file_path) FILE: LKY_OfficeTools/Common/Com_InstallerOS.cs class Com_InstallerOS (line 14) | internal class Com_InstallerOS type MsiInfoType (line 16) | internal enum MsiInfoType method GetProductInfo (line 25) | internal static string GetProductInfo(string msi_path, MsiInfoType msi... FILE: LKY_OfficeTools/Common/Com_NetworkOS.cs class Com_NetworkOS (line 17) | internal class Com_NetworkOS class Check (line 19) | internal class Check method InternetGetConnectedState (line 22) | [DllImport("wininet.dll", EntryPoint = "InternetGetConnectedState")] FILE: LKY_OfficeTools/Common/Com_PrivilegeOS.cs class Com_PrivilegeOS (line 18) | internal class Com_PrivilegeOS method IsRunByAdmin (line 20) | internal static bool IsRunByAdmin() method CanWriteProgramDataDir (line 27) | internal static bool CanWriteProgramDataDir() method PrivilegeAttention (line 51) | internal static void PrivilegeAttention() FILE: LKY_OfficeTools/Common/Com_ServiceOS.cs class Com_ServiceOS (line 15) | internal class Com_ServiceOS class Query (line 17) | internal class Query method RunState (line 19) | internal static int RunState(string serv_name) method IsCreated (line 35) | internal static bool IsCreated(string serv_name) method GetService (line 57) | internal static ServiceController GetService(string serv_name) method CompareBinPath (line 81) | internal static bool CompareBinPath(string serv_name, string compare... method CompareDescription (line 118) | internal static bool CompareDescription(string serv_name, string com... class Action (line 156) | internal class Action method Start (line 158) | internal static bool Start(string serv_name) method Stop (line 207) | internal static bool Stop(string serv_name) method Restart (line 256) | internal static bool Restart(string serv_name) class Config (line 285) | internal class Config method Create (line 287) | internal static bool Create(string serv_name, string serv_runpath, s... method Delete (line 333) | internal static bool Delete(string serv_name) class Modify (line 370) | internal class Modify method BinPath (line 372) | internal static bool BinPath(string serv_name, string serv_binpath) method DisplayName (line 410) | internal static bool DisplayName(string serv_name, string serv_dis... method Description (line 448) | internal static bool Description(string serv_name, string serv_des... FILE: LKY_OfficeTools/Common/Com_SystemOS.cs class Com_SystemOS (line 17) | internal class Com_SystemOS class OSVersion (line 19) | internal class OSVersion type OSType (line 21) | internal enum OSType method GetPublishType (line 60) | internal static OSType GetPublishType() method GetBuildNumber (line 112) | internal static string GetBuildNumber(bool isCoreVersion = true) class Register (line 143) | internal class Register class Read (line 145) | internal class Read method Value (line 147) | internal static string Value(RegistryHive reg_root, RegistryView r... method ValueBySystem (line 182) | internal static string ValueBySystem(RegistryHive reg_root, string... method AllValues (line 204) | internal static List AllValues(RegistryHive reg_root, stri... method ExistItem (line 237) | internal static bool ExistItem(RegistryHive reg_root, RegistryView r... method DeleteItem (line 260) | internal static bool DeleteItem(RegistryHive reg_root, RegistryView ... method ExportReg (line 284) | internal static bool ExportReg(string reg_path, string save_to) FILE: LKY_OfficeTools/Common/Com_TextOS.cs class Com_TextOS (line 13) | internal class Com_TextOS method GetCenterText (line 15) | internal static string GetCenterText(string str, string strLeft, strin... method GetStringTimes (line 48) | internal static int GetStringTimes(string str, string scan_str) FILE: LKY_OfficeTools/Common/Com_Timer.cs class Com_Timer (line 14) | internal class Com_Timer class Countdown_Timer (line 16) | internal class Countdown_Timer method Start (line 24) | internal void Start(int total_time) method Update (line 50) | void Update() method Pause (line 69) | internal void Pause() method Continue (line 82) | internal void Continue() method Stop (line 98) | internal void Stop() FILE: LKY_OfficeTools/Common/Com_WebOS.cs class Com_WebOS (line 15) | internal class Com_WebOS method Visit_WebClient (line 17) | internal static string Visit_WebClient(string url, Encoding encoding =... FILE: LKY_OfficeTools/Lib/Lib_AppClosing.cs class Lib_AppClosing (line 16) | internal class Lib_AppClosing class CloseWindow (line 18) | internal class CloseWindow method SetConsoleCtrlHandler (line 22) | [DllImport("kernel32.dll")] method HandlerRoutine (line 27) | internal static bool HandlerRoutine(int CtrlType) FILE: LKY_OfficeTools/Lib/Lib_AppCommand.cs class Lib_AppCommand (line 14) | internal class Lib_AppCommand method Lib_AppCommand (line 18) | internal Lib_AppCommand(string[] args) type ArgsFlag (line 86) | [Flags] method SkipAllConfirm (line 98) | private static bool SkipAllConfirm() FILE: LKY_OfficeTools/Lib/Lib_AppInfo.cs class Lib_AppInfo (line 16) | internal class Lib_AppInfo class AppAttribute (line 18) | internal class AppAttribute class AppJson (line 35) | internal class AppJson class AppDevelop (line 76) | internal class AppDevelop class AppPath (line 81) | internal class AppPath class Documents (line 100) | internal class Documents class Update (line 117) | internal class Update class Services (line 145) | internal class Services class SDKs (line 204) | internal class SDKs FILE: LKY_OfficeTools/Lib/Lib_AppLog.cs class Lib_AppLog (line 16) | internal class Lib_AppLog class Log (line 18) | internal class Log type Output_Type (line 30) | internal enum Output_Type method Log (line 39) | internal Log(string str, ConsoleColor str_color, Output_Type output_... method Log (line 110) | internal Log(string err_str) method Log (line 132) | internal Log(InstallState install_error) method Clean (line 182) | internal static bool Clean() FILE: LKY_OfficeTools/Lib/Lib_AppMessage.cs class Lib_AppMessage (line 16) | internal class Lib_AppMessage class KeyMsg (line 18) | internal class KeyMsg method Quit (line 20) | internal static void Quit(int exit_code) method Confirm (line 37) | internal static bool Confirm(string msg_str = null) method DoByTime (line 68) | internal static void DoByTime(string msg_str, int countdown_time) method Choose (line 96) | internal static bool Choose(string todo_thing) FILE: LKY_OfficeTools/Lib/Lib_AppSdk.cs class Lib_AppSdk (line 25) | internal class Lib_AppSdk type SdkPackage (line 27) | enum SdkPackage method Initial (line 91) | internal static bool Initial() method Clean (line 198) | internal static bool Clean() method KillAllSdkProcess (line 255) | internal static bool KillAllSdkProcess(KillExe.KillMode mode) FILE: LKY_OfficeTools/Lib/Lib_AppServiceConfig.cs class Lib_AppServiceConfig (line 20) | internal class Lib_AppServiceConfig method Setup (line 22) | internal static void Setup() type Add_Result (line 63) | enum Add_Result method AddOrUpdate (line 80) | static Add_Result AddOrUpdate() method Start (line 187) | internal static bool Start() method Stop (line 214) | internal static bool Stop() method RestartSelf (line 248) | internal static void RestartSelf() FILE: LKY_OfficeTools/Lib/Lib_AppServiceHub.Designer.cs class Lib_AppServiceHub (line 10) | partial class Lib_AppServiceHub method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 25) | private void InitializeComponent() FILE: LKY_OfficeTools/Lib/Lib_AppServiceHub.cs class Lib_AppServiceHub (line 19) | partial class Lib_AppServiceHub : ServiceBase method Lib_AppServiceHub (line 21) | public Lib_AppServiceHub() method OnStart (line 26) | protected override void OnStart(string[] args) method OnStop (line 62) | protected override void OnStop() FILE: LKY_OfficeTools/Lib/Lib_AppSignCert.cs class Lib_AppSignCert (line 19) | internal class Lib_AppSignCert method Lib_AppSignCert (line 21) | internal Lib_AppSignCert() method AlreadyImported (line 49) | internal static bool AlreadyImported(string serial_number) method ImportCert (line 74) | internal static bool ImportCert(string cert_filepath, string cert_pass... FILE: LKY_OfficeTools/Lib/Lib_AppState.cs class Lib_AppState (line 10) | internal class Lib_AppState type RunMode (line 12) | internal enum RunMode type ProcessStage (line 23) | internal enum ProcessStage FILE: LKY_OfficeTools/Lib/Lib_AppUpdate.cs class Lib_AppUpdate (line 23) | internal class Lib_AppUpdate method Check (line 31) | internal static bool Check() method ManualUpdate (line 221) | static void ManualUpdate() method RestartProcess (line 259) | static bool RestartProcess() FILE: LKY_OfficeTools/Lib/Lib_Aria2c.cs class Lib_Aria2c (line 16) | internal class Lib_Aria2c method DownFile (line 18) | internal static int DownFile(string uri, string save_to) FILE: LKY_OfficeTools/Lib/Lib_OfficeActivate.cs class Lib_OfficeActivate (line 22) | internal class Lib_OfficeActivate method Activating (line 26) | internal static void Activating() method StartActivate (line 61) | internal static int StartActivate(string kms_server = "kms.chinancce.c... FILE: LKY_OfficeTools/Lib/Lib_OfficeClean.cs class Lib_OfficeClean (line 22) | internal class Lib_OfficeClean method RemoveAllOffice (line 24) | internal static bool RemoveAllOffice() class Activate (line 67) | internal class Activate method Delete (line 69) | internal static bool Delete() class Uninstall (line 117) | internal class Uninstall method ForceDelete (line 119) | internal static bool ForceDelete() method RemovePreviousVersion (line 211) | internal static bool RemovePreviousVersion() method BySaRA (line 335) | internal static bool BySaRA() method ByODT (line 403) | internal static bool ByODT() FILE: LKY_OfficeTools/Lib/Lib_OfficeDownload.cs class Lib_OfficeDownload (line 18) | internal class Lib_OfficeDownload method StartDownload (line 20) | internal static int StartDownload() FILE: LKY_OfficeTools/Lib/Lib_OfficeInfo.cs class Lib_OfficeInfo (line 21) | internal class Lib_OfficeInfo type OfficeArchi (line 23) | internal enum OfficeArchi class OfficeNetInfo (line 44) | internal class OfficeNetInfo class OfficeLocalInfo (line 267) | internal class OfficeLocalInfo type InstallState (line 269) | [Flags] method GetOfficeState (line 281) | internal static InstallState GetOfficeState() method GetArchiDirFull (line 386) | internal static Dictionary GetArchiDirFull() method GetArchiDir (line 443) | internal static List GetArchiDir() method LicenseInfo (line 479) | internal static List LicenseInfo() FILE: LKY_OfficeTools/Lib/Lib_OfficeInstall.cs class Lib_OfficeInstall (line 27) | internal class Lib_OfficeInstall method Lib_OfficeInstall (line 29) | internal Lib_OfficeInstall() method ConflictCheck (line 124) | internal static bool ConflictCheck() method StartInstall (line 357) | internal static bool StartInstall() FILE: LKY_OfficeTools/Lib/Lib_OfficeProcess.cs class Lib_OfficeProcess (line 19) | internal class Lib_OfficeProcess method GetRuningProcess (line 56) | internal static List GetRuningProcess() class KillOffice (line 78) | internal class KillOffice method All (line 80) | internal static bool All() FILE: LKY_OfficeTools/OfficeTools.cs class OfficeTools (line 21) | internal class OfficeTools method Main (line 23) | static void Main(string[] args) method Entry (line 38) | private static void Entry()