示例#1
0
 public string[] ReadEnvironmentVariableInGuest(string[] names)
 {
     //throw new NotImplementedException();
     return(_vimService.ReadEnvironmentVariableInGuest(
                _morProcessManager,          //VimLib.VimServiceReference.ManagedObjectReference _this,
                _morVM,                      //VimLib.VimServiceReference.ManagedObjectReference vm,
                _NamePasswordAuthentication, //VimLib.VimServiceReference.GuestAuthentication auth,
                names                        //string[] names
                ));
 }