What is the .NET equivalent of PHP var_dump?
Posted
by George Mauer
on Stack Overflow
See other posts from Stack Overflow
or by George Mauer
Published on 2008-09-18T15:40:47Z
Indexed on
2010/06/14
14:32 UTC
Read the original article
Hit count: 154
.NET
|reflection
I remember seeing a while ago that there is some method in maybe the Reflection namespace that would recursively run ToString()
on all of an object's properties and format it nicely for display.
Yes, I know everything I could want will be accessible through the debugger, but I'm wondering if anyone knows that command?
© Stack Overflow or respective owner