Hi,
If I write a class library in Visual Studio, is it possible to write a console application or powershell script which can call the methods or set/get the properties?
This is useful for testing APIs without having to create a form with loads of buttons etc.
I actually meant my executing my own class libraries. So if I write a class library with a namespace of a.b with a class called c and a method in c, called test(), I'd want to execute this from a console app or PS.
Thanks