diff options
author | Richard Jones <rich@koneko.local> | 2010-01-02 19:46:20 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-01-02 21:55:17 +0000 |
commit | c0e4b5dc693cefdc81a4ec7cc1073a2cae371803 (patch) | |
tree | 07cc21debde09942704b9faa0589ff5840c997b7 /README | |
parent | d3c615c2d6167e6f0ae4d23b2902ea08a66a11ae (diff) | |
download | libguestfs-c0e4b5dc693cefdc81a4ec7cc1073a2cae371803.tar.gz libguestfs-c0e4b5dc693cefdc81a4ec7cc1073a2cae371803.tar.xz libguestfs-c0e4b5dc693cefdc81a4ec7cc1073a2cae371803.zip |
Experimental C# bindings.
Tested in only limited situations, with Mono on Linux.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -16,8 +16,9 @@ LVs, what filesystem is in each LV, etc.). It can also run commands in the context of the guest. Also you can access filesystems over FTP. Libguestfs is a library that can be linked with C and C++ management -programs (or management programs written in OCaml, Perl, Python, Ruby, Java -or Haskell). You can also use it from shell scripts or the command line. +programs (or management programs written in OCaml, Perl, Python, Ruby, +Java, Haskell or C#). You can also use it from shell scripts or the +command line. Libguestfs was written by Richard W.M. Jones (rjones@redhat.com) and hacked on by lots of other people. For discussion, development, |