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?
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?