I'm working on mapping two objects in .NET. I'd like to be able to print the properties list from the Object Browser window so I can look at the information simultaneously. Is there a way to print that information via Visual Studio 2008?
Failing that, does anyone know of a good method to print a general definition of a class (property names, method names)?