virtualbox SDK "startvm"

This is for discussing general topics about how to use VirtualBox.
Post Reply
kartikeyans
Posts: 7
Joined: 29. Dec 2008, 08:46

virtualbox SDK "startvm"

Post by kartikeyans »

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
Post Reply