swig/Doc/Manual/CSharp.html
2003-03-15 23:23:05 +00:00

24 lines
882 B
HTML

<!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>