VirtualBox

source: vbox/trunk/doc/manual/en_US/user_VirtualBoxAPI.xml@ 74854

Last change on this file since 74854 was 73278, checked in by vboxsync, 7 years ago

doc/manual: trailing whitespace

  • 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 chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
4<!ENTITY % all.entities SYSTEM "all-entities.ent">
5%all.entities;
6]>
7<chapter id="VirtualBoxAPI">
8
9 <title>VirtualBox Programming Interfaces</title>
10
11 <para>
12 VirtualBox comes with comprehensive support for third-party
13 developers. The so-called "Main API" of VirtualBox exposes the
14 entire feature set of the virtualization engine. It is completely
15 documented and available to anyone who wishes to control VirtualBox
16 programmatically.
17 </para>
18
19 <para>
20 The Main API is made available to C++ clients through COM on Windows
21 hosts or XPCOM on other hosts. Bridges also exist for SOAP, Java and
22 Python.
23 </para>
24
25 <para>
26 All programming information such as documentation, reference
27 information, header and other interface files, as well as samples
28 have been split out to a separate <emphasis role="bold">Software
29 Development Kit (SDK)</emphasis>. The SDK is available for download
30 from
31 <ulink
32 url="http://www.virtualbox.org">http://www.virtualbox.org</ulink>.
33 In particular, the SDK comes with a Programming Guide and Reference
34 manual in PDF format. This manual contains, among other things, the
35 information that was previously in this chapter of the User Manual.
36 </para>
37
38</chapter>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette