Can I run code from a .NET assembly from a command line?

Viewed 7513

I have a .NET class library (as a .dll file) and that library contains a class with a static method. Is there a way to call that method from a command line?

3 Answers
Related