Just make an ordinary C# class, then when you compile it make sure to use the
/target:library switch. Once it's inside a .DLL file, you can use that class
from IronPython.
C# file (Example.cs):
using System;
namespace Example
{
public class ExampleClass
{
public void ExampleMet
jane janet wrote:
> I'm a student. I wanna know how to do about my project.
> I implemented aplication using Ironpython because I have to use .NET library
> and c# code but I also have to use this application with another Python
> implemented application. My teacher want me to create DLL file of
Hello all,
I'm a student. I wanna know how to do about my project.
I implemented aplication using Ironpython because I have to use .NET library
and c# code but I also have to use this application with another Python
implemented application. My teacher want me to create DLL file of IronPython
i