Last change
on this file since 98549 was 98549, checked in by vboxsync, 2 years ago |
Docs: bugref:10302. Uploading .dita user manual files we received from the doc team on 25th Jan.
|
-
Property svn:eol-style
set to
native
|
File size:
1.3 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>Oracle VM VirtualBox Programming Interfaces</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | Oracle VM VirtualBox comes with comprehensive support for third-party
|
---|
9 | developers. The so-called <i>Main API</i> of
|
---|
10 | Oracle VM VirtualBox exposes the entire feature set of the virtualization
|
---|
11 | engine. It is completely documented and available to anyone who
|
---|
12 | wishes to control Oracle VM VirtualBox 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.