2010/10/18  <[email protected]>:
> 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

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to