Пример #1
0
 public IProcess DetachProgramInGuest(string guestProgramName, string commandLineArgs)
 {
     return(new Process(_vm.DetachProgramInGuest(guestProgramName, commandLineArgs)));
 }