principal vide de charge statique (args de corde [])
{
System.Diagnostics.Process p = nouveau System.Diagnostics.Process () ;
p.StartInfo.WorkingDirectory = firebirdInstallationPath ;
p.StartInfo.UseShellExecute = faux ;
p.StartInfo.RedirectStandardOutput = rectifient ;
p.StartInfo.FileName = « gsec.exe » ;
p.StartInfo.Arguments = « - ajouter le prager - picowatt réserve » ;
p.Start () ;
p.WaitForExit () ;
ficeler le rendement = le p.StandardOutput.ReadToEnd () ;
}
|