virtualbox SDK "startvm"
Posted: 15. Jul 2009, 20:40
Hi,
I did not find a separate virtualBox SDK forum.
So I am posting it here.
I am using VirtualBox SDK 2.2.4.
I want to start a VM using COM (strictly speacking Microsoft.Net Interop)
I want to know the call sequence.
while trying the following sequence,
VirtualBox.VirtualBoxClass vbox = new VirtualBox.VirtualBoxClass();
VirtualBox.IMachine fc10mac = vbox.FindMachine("FedoraCore10");
vbox.OpenRemoteSession();
OpenRemoteSession takes four args
1. session = <how to create this>
Does virtual box service has to do anything with this.
I do not want to use WebService as of now if its not mandatory
2. guid = fc10mac.Id
3. aType = <what is this>
4. aEnv = <what is this>
Thanks in Advance
kartikeyan
I did not find a separate virtualBox SDK forum.
So I am posting it here.
I am using VirtualBox SDK 2.2.4.
I want to start a VM using COM (strictly speacking Microsoft.Net Interop)
I want to know the call sequence.
while trying the following sequence,
VirtualBox.VirtualBoxClass vbox = new VirtualBox.VirtualBoxClass();
VirtualBox.IMachine fc10mac = vbox.FindMachine("FedoraCore10");
vbox.OpenRemoteSession();
OpenRemoteSession takes four args
1. session = <how to create this>
Does virtual box service has to do anything with this.
I do not want to use WebService as of now if its not mandatory
2. guid = fc10mac.Id
3. aType = <what is this>
4. aEnv = <what is this>
Thanks in Advance
kartikeyan