From the samples:
import CLR.System.Windows.Forms as WinForms
If you need to import your own, it’s just CLR.<namespace>.<etc>.
I use py2exe a lot and found it necessary to add an “import CLR” statement as well, so:
import CLR import CLR.System.Windows.Forms as WinForms
would be my standard way of including Forms.
Hth,
Pierre
-----Original
Message-----
Hello,
I am in need of including in some Python code the namespace and classes in a .NET C# DLL. Can anyone please give me a quick snippet that will demonstrate how to do this?
Thanks!
-Caolan O'Domhnaill |
_________________________________________________ Python.NET mailing list - PythonDotNet@python.org http://mail.python.org/mailman/listinfo/pythondotnet