IVirtualBox VirtualBox = new VirtualBoxClass()
IMachine Machine = VirtualBox.FindMachine(...)
IMacgineDebugger Dbg = Machine.Console.Debugger

Hope this helps.

Best regards,

Ivo Smits

Op 11-2-2012 13:57, Mansour Ahmadi schreef:
Dear Friends,

I want to use Methods of IMachineDebugger in C# but I don't know which class implement this interface that I can use it.
I mean :
IMachineDebugger Dbg=new ???;

In advance, thanks a lot


_______________________________________________
vbox-dev mailing list
[email protected]
https://www.virtualbox.org/mailman/listinfo/vbox-dev
_______________________________________________
vbox-dev mailing list
[email protected]
https://www.virtualbox.org/mailman/listinfo/vbox-dev

Reply via email to