
19 Oct
2010
19 Oct
'10
5:43 p.m.
2010/10/18 <arnaud.champion@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