Last change
on this file since 102568 was 99797, checked in by vboxsync, 21 months ago |
Docs: bugref:10302. Merging changes from the docs team. Almost exclusively conkeyref related stuff.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Id Revision
|
File size:
1.4 KB
|
Line | |
---|
1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="VirtualBoxAPI">
|
---|
4 | <title><ph conkeyref="vbox-conkeyref-phrases/product-name"/> Programming Interfaces</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | <ph conkeyref="vbox-conkeyref-phrases/product-name"/> comes with comprehensive support for third-party
|
---|
9 | developers. The so-called <i>Main API</i> of
|
---|
10 | <ph conkeyref="vbox-conkeyref-phrases/product-name"/> exposes the entire feature set of the virtualization
|
---|
11 | engine. It is completely documented and available to anyone who
|
---|
12 | wishes to control <ph conkeyref="vbox-conkeyref-phrases/product-name"/> programmatically.
|
---|
13 | </p>
|
---|
14 | <p>
|
---|
15 | The Main API is made available to C++ clients through COM on Windows
|
---|
16 | hosts or XPCOM on other hosts. Bridges also exist for SOAP, Java and
|
---|
17 | Python.
|
---|
18 | </p>
|
---|
19 | <p>
|
---|
20 | All programming information such as documentation, reference
|
---|
21 | information, header and other interface files, as well as samples
|
---|
22 | have been split out to a separate <b outputclass="bold">Software
|
---|
23 | Development Kit (SDK)</b>. The SDK is available for download
|
---|
24 | from
|
---|
25 | <ph>http://www.virtualbox.org</ph>.
|
---|
26 | In particular, the SDK comes with a Programming Guide and Reference
|
---|
27 | manual in PDF format. This manual contains, among other things, the
|
---|
28 | information that was previously in this chapter of the User Manual.
|
---|
29 | </p>
|
---|
30 | </body>
|
---|
31 |
|
---|
32 | </topic>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.