hi,
i have a big exe program that i wrote in c# (big means that i have a lot of class in it), i want to write a script in python that will check the program.
what is the right way to check the program, convert the c# program to dll and to create an instants of my classes, or to load the Exe program to the python ?
thanks,
Oron