Esempio n. 1
0
        internal static void smethod_7(string string_2)
        {
            // ISSUE: object of a compiler-generated type is created
            // ISSUE: variable of a compiler-generated type
            Class67.Class70 class70 = new Class67.Class70();
            // ISSUE: reference to a compiler-generated field
            class70.string_0 = Path.Combine(Path.GetTempPath(), string_2);
            // ISSUE: reference to a compiler-generated field
            GClass27.smethod_9(string.Format("{0}/res/prerequisites/{1}", (object)Class67.CDNWiiUUSBHelperURL, (object)string_2), class70.string_0, (string)null);
            Process process = new Process();

            // ISSUE: reference to a compiler-generated field
            process.StartInfo.FileName        = class70.string_0;
            process.EnableRaisingEvents       = true;
            process.StartInfo.UseShellExecute = true;
            process.StartInfo.Verb            = "runas";
            // ISSUE: reference to a compiler-generated method
            process.Exited += new EventHandler(class70.method_0);
            process.Start();
            process.WaitForExit();
        }
Esempio n. 2
0
 private void method_10(GClass14 gclass14_0)
 {
     GClass27.smethod_9(gclass14_0.DownloadLink, this.method_12(gclass14_0.Name), string.Format("Downloading {0}", (object)gclass14_0.Name));
 }
Esempio n. 3
0
 public static void smethod_10(System.IO.DriveInfo driveInfo_0)
 {
     GClass27.smethod_9(string.Format("{0}/res/nintendont/nincfg.bin", (object)Class67.String_2), driveInfo_0.Name + "nincfg.bin", (string)null);
 }
Esempio n. 4
0
 public static void smethod_9(System.IO.DriveInfo driveInfo_0)
 {
     Alphaleonis.Win32.Filesystem.Directory.CreateDirectory(Alphaleonis.Win32.Filesystem.Path.Combine(driveInfo_0.Name, "apps", "nintendont"));
     GClass27.smethod_9("https://github.com/FIX94/Nintendont/blob/master/loader/loader.dol?raw=true", Alphaleonis.Win32.Filesystem.Path.Combine(driveInfo_0.Name, "apps", "nintendont", "boot.dol"), (string)null);
 }