Project DescriptionObjectDumper takes a normal .NET object and dumps it to a string, TextWriter, or file. Handy for debugging purposes.
This class library for.NET 3.5 and 4.0 enables you to take an object instance and easily dump its contents to a string, Debug-output, a TextWriter, or to a file. Handy for debugging purposes.
Features
- Language: C# 3.0
- Runtime: .NET 3.5 Client Profile or .NET 4.0 Client Profile
- NuGet package here: ObjectDumper
- All source code available, fully documented (that is, all public types and methods will have full XML documentation, source itself hopefully won't need comments)
- Will have online documentation