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
This commit is contained in:
William S Fulton 2003-03-15 23:23:05 +00:00
commit 8b4b343487
2 changed files with 25 additions and 0 deletions

24
Doc/Manual/CSharp.html Normal file
View file

@ -0,0 +1,24 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>SWIG and C#</title>
</head>
<body bgcolor="#FFFFFF">
<a name="n1"></a><H1>15 SWIG and C#</H1>
<!-- INDEX -->
<ul>
</ul>
<!-- INDEX -->
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 <a href="Java.html">Java documentation</a> as a guide to using SWIG with C#.
<p>
The directory Examples/csharp has a number of examples.
If your SWIG installation went well Unix users should be able to type <tt>make</tt> in each example directory,
then <tt>ilrun runme</tt> (pnet C# compiler) or <tt>mono runme</tt> (Mono C# compiler) to see them running.
Some project files will be added soon for use with the Microsoft .NET C# compiler.
</body>
</html>

View file

@ -62,6 +62,7 @@ to help!).
<li><a href="Ruby.html">Ruby support</a>
<li><a href="Tcl.html">Tcl support</a>
<li><a href="Chicken.html">Chicken support</a>
<li><a href="CSharp.html">C# support</a>
</ul>
<H3>Developer Documentation</h3>