コード例 #1
0
 public VMWareSnapshotCollection(Vestris.VMWareLib.VMWareSnapshotCollection snapshots)
 {
     _snapshots = snapshots;
 }
コード例 #2
0
 public Process(Vestris.VMWareLib.VMWareVirtualMachine.Process p)
 {
     _p = p;
 }
コード例 #3
0
 public VariableIndexer(Vestris.VMWareLib.VMWareVirtualMachine.VariableIndexer ix)
 {
     _ix = ix;
 }
コード例 #4
0
 public VMWareVirtualMachine(Vestris.VMWareLib.VMWareVirtualMachine vm)
 {
     _vm = vm;
 }
コード例 #5
0
 public GuestFileInfo(Vestris.VMWareLib.VMWareVirtualMachine.GuestFileInfo gfi)
 {
     _gfi = gfi;
 }
コード例 #6
0
 public VMWareSharedFolderCollection(Vestris.VMWareLib.VMWareSharedFolderCollection coll)
 {
     _coll = coll;
 }
コード例 #7
0
 public VMWareSharedFolder(Vestris.VMWareLib.VMWareSharedFolder folder)
 {
     _folder = folder;
 }
コード例 #8
0
 public VMWareSnapshot(Vestris.VMWareLib.VMWareSnapshot snapshot)
 {
     _snapshot = snapshot;
 }
コード例 #9
0
ファイル: VirtualMachine.cs プロジェクト: tiger12506/VMAT
 public void Clone(Vestris.VMWareLib.VMWareVirtualMachineCloneType cloneType, string destConfigPathName, int timeoutInSeconds)
 {
     vm.Clone(cloneType, destConfigPathName, timeoutInSeconds);
 }
コード例 #10
0
ファイル: VirtualMachine.cs プロジェクト: tiger12506/VMAT
 public void Clone(Vestris.VMWareLib.VMWareVirtualMachineCloneType cloneType, string destConfigPathName)
 {
     vm.Clone(cloneType, destConfigPathName);
 }