autowrap.csharp.boilerplate

Necessary boilerplate for C#/.NET.

To wrap all functions/return/parameter types and struct/class definitions from a list of modules, write this in a "main" module and generate mylib.{so,dll}:

mixin wrapCSharp("mylib", Modules("module1", "module2", ...));

Members

Functions

wrapCSharp
string wrapCSharp(Modules modules, OutputFileName outputFile, LibraryName libraryName, RootNamespace rootNamespace)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

OutputFileName
struct OutputFileName
Undocumented in source.

Meta