コード例 #1
0
 public void ChangeFileAttributesInGuest(string guestFilePath, GuestFileAttributes fileAttributes)
 {
     //throw new NotImplementedException();
     _vimService.ChangeFileAttributesInGuest(
         _morFileManager,             //VimLib.VimServiceReference.ManagedObjectReference _this,
         _morVM,                      //VimLib.VimServiceReference.ManagedObjectReference vm,
         _NamePasswordAuthentication, //VimLib.VimServiceReference.GuestAuthentication auth,
         guestFilePath,               //string guestFilePath,
         fileAttributes               //VimLib.VimServiceReference.GuestFileAttributes fileAttributes
         );
 }