Beispiel #1
0
        public VirtualboxMachine(VirtualboxDriver driver, string name, string uuid)
        {
            this.uuid = uuid;
            this.name = name;
            snapshotManager = new SnapshotManager(uuid);
            this.driver = driver;

            this.agent = new RemoteVMAgent("localhost", 9002);
        }
Beispiel #2
0
        public VirtualboxMachine(VirtualboxDriver driver, string name, string uuid)
        {
            this.uuid       = uuid;
            this.name       = name;
            snapshotManager = new SnapshotManager(uuid);
            this.driver     = driver;

            this.agent = new RemoteVMAgent("localhost", 9002);
        }