diff --git a/Doc/Manual/CSharp.html b/Doc/Manual/CSharp.html new file mode 100644 index 000000000..dd0a24b27 --- /dev/null +++ b/Doc/Manual/CSharp.html @@ -0,0 +1,24 @@ + + + +SWIG and C# + + +

15 SWIG and C#

+ + + + +The C# module has only recently been added to SWIG and is still in a state of development. +The C# module is very similar to the Java module, so until some documentation has been written, +please use the Java documentation as a guide to using SWIG with C#. + +

+The directory Examples/csharp has a number of examples. +If your SWIG installation went well Unix users should be able to type make in each example directory, +then ilrun runme (pnet C# compiler) or mono runme (Mono C# compiler) to see them running. +Some project files will be added soon for use with the Microsoft .NET C# compiler. + + + diff --git a/Doc/Manual/index.html b/Doc/Manual/index.html index b3811204a..4319583d8 100644 --- a/Doc/Manual/index.html +++ b/Doc/Manual/index.html @@ -62,6 +62,7 @@ to help!).

  • Ruby support
  • Tcl support
  • Chicken support +
  • C# support

    Developer Documentation