1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!--
|
---|
3 | Copyright (C) 2006-2022 Oracle Corporation
|
---|
4 |
|
---|
5 | This file is part of VirtualBox Open Source Edition (OSE), as
|
---|
6 | available from http://www.alldomusa.eu.org. This file is free software;
|
---|
7 | you can redistribute it and/or modify it under the terms of the GNU
|
---|
8 | General Public License (GPL) as published by the Free Software
|
---|
9 | Foundation, in version 2 as it comes in the "COPYING" file of the
|
---|
10 | VirtualBox OSE distribution. VirtualBox OSE is distributed in the
|
---|
11 | hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
|
---|
12 | -->
|
---|
13 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
14 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
|
---|
15 | <!ENTITY % all.entities SYSTEM "all-entities.ent">
|
---|
16 | %all.entities;
|
---|
17 | ]>
|
---|
18 | <chapter id="VirtualBoxAPI">
|
---|
19 |
|
---|
20 | <title>&product-name; Programming Interfaces</title>
|
---|
21 |
|
---|
22 | <para>
|
---|
23 | &product-name; comes with comprehensive support for third-party
|
---|
24 | developers. The so-called <emphasis>Main API</emphasis> of
|
---|
25 | &product-name; exposes the entire feature set of the virtualization
|
---|
26 | engine. It is completely documented and available to anyone who
|
---|
27 | wishes to control &product-name; programmatically.
|
---|
28 | </para>
|
---|
29 |
|
---|
30 | <para>
|
---|
31 | The Main API is made available to C++ clients through COM on Windows
|
---|
32 | hosts or XPCOM on other hosts. Bridges also exist for SOAP, Java and
|
---|
33 | Python.
|
---|
34 | </para>
|
---|
35 |
|
---|
36 | <para>
|
---|
37 | All programming information such as documentation, reference
|
---|
38 | information, header and other interface files, as well as samples
|
---|
39 | have been split out to a separate <emphasis role="bold">Software
|
---|
40 | Development Kit (SDK)</emphasis>. The SDK is available for download
|
---|
41 | from
|
---|
42 | <ulink url="http://www.alldomusa.eu.org" />.
|
---|
43 | In particular, the SDK comes with a Programming Guide and Reference
|
---|
44 | manual in PDF format. This manual contains, among other things, the
|
---|
45 | information that was previously in this chapter of the User Manual.
|
---|
46 | </para>
|
---|
47 |
|
---|
48 | </chapter>
|
---|