예제 #1
0
        // Token: 0x06000026 RID: 38 RVA: 0x000037B0 File Offset: 0x000019B0
        private static string lmethod_18()
        {
            string result;

            try
            {
                uint processId;
                Class_8.dmethod_26(Class_8.cmethod_24(), out processId);
                Process processById = Process.GetProcessById((int)processId);
                string  text        = processById.MainWindowTitle;
                if (string.IsNullOrWhiteSpace(text))
                {
                    text = processById.ProcessName;
                }
                Class_8.field_3 = text;
                result          = text;
            }
            catch (Exception)
            {
                result = "???";
            }
            return(result);
        }
예제 #2
0
 // Token: 0x0600002F RID: 47 RVA: 0x00003820 File Offset: 0x00001A20
 private static ushort kmethod_27()
 {
     return(Class_8.vmethod_25(Class_8.gmethod_23(Class_8.cmethod_24(), IntPtr.Zero)));
 }