mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 12:51:12 +00:00
89a95e8bd2
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
39 lines
1021 B
ReStructuredText
39 lines
1021 B
ReStructuredText
===============
|
|
C# API bindings
|
|
===============
|
|
|
|
Description
|
|
-----------
|
|
|
|
The C# libvirt bindings are a class library. They use a Microsoft Visual Studio
|
|
project architecture, and have been tested with Windows .NET, and Mono, on both
|
|
Linux and Windows.
|
|
|
|
Compiling them produces **LibvirtBindings.dll**, which can be added as a .NET
|
|
reference to any .NET project needing access to libvirt.
|
|
|
|
Requirements
|
|
------------
|
|
|
|
These bindings depend upon the libvirt libraries being installed.
|
|
|
|
In the .NET case, this is **libvirt-0.dll**, produced from compiling libvirt for
|
|
windows.
|
|
|
|
GIT source repository
|
|
---------------------
|
|
|
|
The C# bindings source code is maintained in a ``git`` repository available on
|
|
`gitlab.com <https://gitlab.com/libvirt/libvirt-csharp>`__:
|
|
|
|
::
|
|
|
|
git clone https://gitlab.com/libvirt/libvirt-csharp.git
|
|
|
|
Authors
|
|
-------
|
|
|
|
The C# bindings are the work of Arnaud Champion <`arnaud.champion AT
|
|
devatom.fr <mailto:arnaud.champion%20AT%20devatom.fr>`__>, based upon the
|
|
previous work of Jaromír Červenka.
|