From 8b4b343487bb4ebb81a7b0a6afb26fae475160ff Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 15 Mar 2003 23:23:05 +0000 Subject: [PATCH] The complete C# reference documentation all in 5 lines :) git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4545 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/CSharp.html | 24 ++++++++++++++++++++++++ Doc/Manual/index.html | 1 + 2 files changed, 25 insertions(+) create mode 100644 Doc/Manual/CSharp.html 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