Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
|
---|
4 | <chapter id="VirtualBoxAPI">
|
---|
5 | <title>VirtualBox programming interfaces</title>
|
---|
6 |
|
---|
7 | <para>VirtualBox comes with comprehensive support for third-party
|
---|
8 | developers. The so-called "Main API" of VirtualBox exposes the entire
|
---|
9 | feature set of the virtualization engine. It is completely documented and
|
---|
10 | available to anyone who wishes to control VirtualBox programmatically.
|
---|
11 | </para>
|
---|
12 |
|
---|
13 | <para>The Main API is made available to C++ clients through COM (on Windows
|
---|
14 | hosts) or XPCOM (on other hosts). Bridges also exist for SOAP, Java and
|
---|
15 | Python.</para>
|
---|
16 |
|
---|
17 | <para>All programming information (documentation, reference information,
|
---|
18 | header and other interface files as well as samples) have been split out to
|
---|
19 | a separate <emphasis role="bold">Software Development Kit (SDK),</emphasis>
|
---|
20 | which is available for download from <ulink type=""
|
---|
21 | url="http://www.virtualbox.org">http://www.virtualbox.org</ulink>. In
|
---|
22 | particular, the SDK comes with a "Programming Guide and Reference" in PDF
|
---|
23 | format, which contains, among other things, the information that was
|
---|
24 | previously in this chapter of the User Manual.</para>
|
---|
25 | </chapter>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.