I need it, but I do not want to invent hot water.
Question by example, as syntactical example as possible:
.net> load myLibrary.dll
myLibrary.dll loaded
.net> Person p "John" "Doo" 32
Instance of myLibrary.Person created (p)
.net> print p.Age
32
So, I'm looking for a command line interface to access the public methods and properties of the assembly. (In this example, Ctor of Person (string, string, int) was called, after which the Age property was printed to the console.)
Although I would be pleased with any solution for this,
- I need the source files, so I can adapt them ... (I really love C #)
- I need it to be free and redistributable
Any ideas?
UPDATE: if I cannot find a suitable solution, I will program it myself, anyone can contact me in gmail, that is, in phelsen.