[libvirt] C# bindings (Was: First patch)

Matthias Bolte matthias.bolte at googlemail.com
Tue Oct 19 15:43:50 UTC 2010


2010/10/18  <arnaud.champion at devatom.fr>:
> The class library expose the "LibvirtBindings" namespace. This namespace
> expose all needed types (enum, struct). It also expose 2 main classes :
> "libVirt" and "libvirtError". The "libVirt" class expose all  interfaces of
> the libvirt library to handle virtualized domains and "libvirtError" class
> expose all interfaces of the libvirt library to handle errors raised while
> using the library.

Is there a specific reason to use three different ways to capitalize
libvirt in the C# code?

LibvirtBindings
libVirt
libvirtError

I suggest you choose one form and stick with it, for example

LibvirtBindings
Libvirt
LibvirtError

Matthias




More information about the libvir-list mailing list