[Mono-devel-list] C# Linux filesystem interface

Valient Gough vgough at pobox.com
Sun Dec 21 23:40:33 EST 2003


I wanted to learn how to interface Mono with C++ code, so I wrote a C#
interface for FUSE.  This allows you to write a Linux filesystem in C#.

More information and download link at
http://pobox.com/~vgough/fuse-csharp.html

It is undoubtedly a bit rough, but it did allow me to figure out how to
have C# pass objects and arrays to C++ code, and how to have C++ code
call back into the objects.

So while I know of nobody actually looking to write a Linux filesystem
in C#, it still might be useful to other Mono newbies trying to figure
out how to pass data around between C and Mono.  Your mileage may vary.

regards,
Valient





More information about the Mono-devel-list mailing list