Creating a wrapper for a C# library in Python?

A alternative would be if you you use Python for . NET There seem to be alpha releases for Windows CPython 2.6 and 2.7 available. You could run simply: import clr clr.

AddReference("Your.Assembly. Name") import Test test = Test.TestClass() print test.Eureka().

A alternative would be if you you use Python for .NET. There seem to be alpha releases for Windows CPython 2.6 and 2.7 available. You could run simply: import clr clr.

AddReference("Your.Assembly. Name") import Test test = Test.TestClass() print test.Eureka().

I see your answer, and I get that it is a valid solution, however I would like to make my library COM visible, because that will enable me to use it within PHP and other programming languages that has COM support. – Mossa Nova Aug 10 at 21:15.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions